/* NO-TRUST Suite polish for every Suite tool except Password Strength. */

.no-trust-suite.nts-wrap,
.nt-module,
.nt-premium-module {
	--nt-admin-bg: #0b0b14;
	--nt-admin-card: #11131a;
	--nt-admin-card-soft: #0f1118;
	--nt-admin-field: #050509;
	--nt-admin-text: #e5e5e5;
	--nt-admin-muted: #9aa4ad;
	--nt-admin-soft: #c7d0d5;
	--nt-admin-green: #39ff14;
	--nt-admin-blue: #7cc7ff;
	--nt-admin-title-soft: #d8c36a;
	--nt-admin-border: rgba(57, 255, 20, 0.35);
	--nt-admin-shadow: 0 0 18px rgba(57, 255, 20, 0.2);
	color: var(--nt-admin-text);
	font-family: "Inter", "Segoe UI", system-ui, sans-serif;
}

/* Local CSS icon language for Suite modules. No external assets. */
.no-trust-suite .nt-tool-title-icon {
	--nt-icon-bg: rgba(57, 255, 20, .14);
	--nt-icon-border: rgba(57, 255, 20, .42);
	--nt-icon-color: #caffc2;
	position: relative;
	display: inline-grid;
	width: 22px;
	height: 22px;
	margin-right: 8px;
	place-items: center;
	border: 1px solid var(--nt-icon-border);
	border-radius: 6px;
	background:
		linear-gradient(135deg, rgba(255,255,255,.12), transparent 46%),
		var(--nt-icon-bg);
	box-shadow: 0 0 12px rgba(57, 255, 20, .18);
	color: var(--nt-icon-color);
	font-size: 10px;
	font-weight: 900;
	line-height: 1;
	text-shadow: none;
	vertical-align: -2px;
}

.no-trust-suite .nt-tool-title-icon::before {
	content: "";
}

.no-trust-suite .nt-tool-icon-passphrase,
.no-trust-suite .nt-tool-icon-password {
	--nt-icon-bg: rgba(245, 158, 11, .16);
	--nt-icon-border: rgba(245, 158, 11, .52);
	--nt-icon-color: #ffd28a;
	border-radius: 999px;
}

.no-trust-suite .nt-tool-icon-passphrase::before,
.no-trust-suite .nt-tool-icon-password::before {
	width: 8px;
	height: 8px;
	border: 2px solid currentColor;
	border-radius: 999px;
	box-shadow: 7px 0 0 -3px currentColor, 11px 0 0 -3px currentColor;
	content: "";
}

.no-trust-suite .nt-tool-icon-strength {
	--nt-icon-bg: rgba(34, 197, 94, .16);
	--nt-icon-border: rgba(34, 197, 94, .55);
	--nt-icon-color: #8dff9d;
}

.no-trust-suite .nt-tool-icon-strength::before {
	content: "PS";
}

.no-trust-suite .nt-tool-icon-salt {
	--nt-icon-bg: rgba(20, 184, 166, .16);
	--nt-icon-border: rgba(20, 184, 166, .52);
	--nt-icon-color: #9dfff2;
}

.no-trust-suite .nt-tool-icon-salt::before {
	content: "R";
}

.no-trust-suite .nt-tool-icon-totp {
	--nt-icon-bg: rgba(125, 211, 252, .16);
	--nt-icon-border: rgba(125, 211, 252, .52);
	--nt-icon-color: #b8edff;
	border-radius: 999px;
}

.no-trust-suite .nt-tool-icon-totp::before {
	content: "T";
}

.no-trust-suite .nt-tool-icon-base64 {
	--nt-icon-bg: rgba(226, 232, 240, .12);
	--nt-icon-border: rgba(226, 232, 240, .4);
	--nt-icon-color: #edf6ff;
}

.no-trust-suite .nt-tool-icon-base64::before {
	content: "64";
}

.no-trust-suite .nt-tool-icon-uuid {
	--nt-icon-bg: rgba(168, 85, 247, .18);
	--nt-icon-border: rgba(168, 85, 247, .55);
	--nt-icon-color: #e1c6ff;
}

.no-trust-suite .nt-tool-icon-uuid::before {
	content: "ID";
}

.no-trust-suite .nt-tool-icon-device {
	--nt-icon-bg: rgba(59, 130, 246, .18);
	--nt-icon-border: rgba(59, 130, 246, .55);
	--nt-icon-color: #cde7ff;
	border-radius: 7px 7px 10px 10px;
}

.no-trust-suite .nt-tool-icon-device::before {
	width: 9px;
	height: 12px;
	border: 2px solid currentColor;
	border-top-width: 3px;
	border-radius: 0 0 6px 6px;
	content: "";
}

.no-trust-suite .nt-tool-icon-ua {
	--nt-icon-bg: rgba(99, 102, 241, .18);
	--nt-icon-border: rgba(129, 140, 248, .5);
	--nt-icon-color: #d7dcff;
}

.no-trust-suite .nt-tool-icon-ua::before {
	content: "UA";
}

.no-trust-suite .nt-tool-icon-generic::before {
	content: ".";
}

.no-trust-suite .nt-tool-header h1,
.no-trust-suite .nt-premium-title-text,
.no-trust-suite .nts-title,
.no-trust-suite .nts-table-tool-name {
	display: flex;
	align-items: center;
	gap: 0;
}

.no-trust-suite .nts-table-tool-name .nt-tool-title-icon {
	width: 18px;
	height: 18px;
	margin-right: 7px;
	font-size: 8px;
}

/* Suite policy shell shared by policy-style modules. */
.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-title-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: flex-end;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-principles,
.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-card,
.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-admin-preview-card,
.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-workspace .nt-tool-card {
	border: 1px solid #008f12;
	box-shadow: 0 0 18px rgba(0, 143, 18, .18);
}

/* Low-glare section language shared across Suite tools. */
.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-shortcode-panel span,
.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-section-head h2,
.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-subsection-head h3,
.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-stat span,
.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-card summary strong,
.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-kicker,
.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-tool-card h2,
.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-tool-card h3,
.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-metric span,
.no-trust-suite.nts-wrap:not(.nts-command-center) .nts-command-card span,
.no-trust-suite.nts-wrap:not(.nts-command-center) .nts-card-topline span,
.no-trust-suite.nts-wrap:not(.nts-command-center) .nts-protected-grid span,
.no-trust-suite.nts-wrap:not(.nts-command-center) .nts-presentation-card span,
body.no-trust-suite_page_no-trust-passphrase .nt-passphrase-section-head h2,
body.no-trust-suite_page_no-trust-passphrase .nt-passphrase-policy-stat span,
body.no-trust-suite_page_no-trust-passphrase .nt-policy-card summary strong,
body.no-trust-suite_page_no-trust-passphrase .nt-entropy-label,
body.no-trust-suite_page_no-trust-passphrase .nt-history-details summary strong,
body.no-trust-suite_page_no-trust-salt .nt-salt-section-head h2,
body.no-trust-suite_page_no-trust-salt .nt-salt-policy-stat span,
body.no-trust-suite_page_no-trust-salt .nt-salt-policy-card summary strong {
	color: var(--nt-admin-title-soft) !important;
	text-shadow: none !important;
}

/* Last-word size clamp for policy shell text in older premium-styled modules. */
.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-module-totp .nt-policy-section-head h2,
.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-premium-password-generator .nt-policy-principles h2 {
	font-size: 18px !important;
	line-height: 1.25 !important;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-module-totp .nt-policy-principle,
.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-premium-password-generator .nt-policy-principle {
	min-height: 44px !important;
	font-size: 14px !important;
	line-height: 1.35 !important;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-module-totp .nt-policy-stat strong,
.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-premium-password-generator .nt-policy-stat strong {
	color: #d7f4ff !important;
	font-size: 18px !important;
	line-height: 1.25 !important;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-module-totp .nt-policy-stat span,
.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-premium-password-generator .nt-policy-stat span {
	font-size: 11px !important;
	line-height: 1.25 !important;
}

/* Absolute shared policy typography clamp: all Suite modules should match the calmer Password Strength scale. */
.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-principles h2,
.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-section-head h2,
.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-tool-card.nt-policy-principles h2,
body.no-trust-suite_page_no-trust-passphrase .nt-passphrase-section-head h2,
body.no-trust-suite_page_no-trust-salt .nt-salt-section-head h2 {
	font-size: 17px !important;
	line-height: 1.22 !important;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-principle,
body.no-trust-suite_page_no-trust-passphrase .nt-policy-principle,
body.no-trust-suite_page_no-trust-salt .nt-policy-principle {
	min-height: 38px !important;
	padding: 8px 10px !important;
	font-size: 12px !important;
	line-height: 1.25 !important;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-stat span,
body.no-trust-suite_page_no-trust-passphrase .nt-passphrase-policy-stat span,
body.no-trust-suite_page_no-trust-salt .nt-salt-policy-stat span {
	font-size: 10px !important;
	line-height: 1.2 !important;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-stat strong,
body.no-trust-suite_page_no-trust-passphrase .nt-passphrase-policy-stat strong,
body.no-trust-suite_page_no-trust-salt .nt-salt-policy-stat strong {
	font-size: 15px !important;
	line-height: 1.22 !important;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-card summary strong,
.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-admin-preview-card summary strong,
body.no-trust-suite_page_no-trust-passphrase .nt-policy-card summary strong,
body.no-trust-suite_page_no-trust-salt .nt-salt-policy-card summary strong {
	font-size: 17px !important;
	line-height: 1.22 !important;
}

/* Final last-word admin module scale lock. Nothing below this block should resize policy shells. */
body[class*="no-trust-suite_page_no-trust-"] .no-trust-suite.nts-wrap:not(.nts-command-center),
.no-trust-suite.nts-module-password_generator,
.no-trust-suite.nts-module-passphrase,
.no-trust-suite.nts-module-salt,
.no-trust-suite.nts-module-totp,
.no-trust-suite.nts-module-base64,
.no-trust-suite.nts-module-uuid,
.no-trust-suite.nts-module-device_info,
.no-trust-suite.nts-module-ua_parser {
	box-sizing: border-box !important;
	max-width: 1040px !important;
	margin: 14px auto 0 !important;
}

body[class*="no-trust-suite_page_no-trust-"] .no-trust-suite.nts-wrap:not(.nts-command-center) > .nt-module,
body[class*="no-trust-suite_page_no-trust-"] .no-trust-suite.nts-wrap:not(.nts-command-center) > .nt-premium-module,
body[class*="no-trust-suite_page_no-trust-"] .no-trust-suite.nts-wrap:not(.nts-command-center) > .nt-module-salt,
body[class*="no-trust-suite_page_no-trust-"] .no-trust-suite.nts-wrap:not(.nts-command-center) > .nt-module-passphrase {
	box-sizing: border-box !important;
	padding: 14px !important;
	border-radius: 8px !important;
}

body[class*="no-trust-suite_page_no-trust-"] .no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-principles,
body[class*="no-trust-suite_page_no-trust-"] .no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-card,
body[class*="no-trust-suite_page_no-trust-"] .no-trust-suite.nts-wrap:not(.nts-command-center) .nt-admin-preview-card,
body[class*="no-trust-suite_page_no-trust-"] .no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-summary,
body.no-trust-suite_page_no-trust-passphrase .nt-passphrase-principles,
body.no-trust-suite_page_no-trust-passphrase .nt-passphrase-policy-summary,
body.no-trust-suite_page_no-trust-salt .nt-salt-principles,
body.no-trust-suite_page_no-trust-salt .nt-salt-policy-card,
body.no-trust-suite_page_no-trust-salt .nt-salt-policy-summary {
	margin: 14px 0 !important;
}

body[class*="no-trust-suite_page_no-trust-"] .no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-principles,
body.no-trust-suite_page_no-trust-passphrase .nt-passphrase-principles,
body.no-trust-suite_page_no-trust-salt .nt-salt-principles {
	padding: 14px !important;
}

body[class*="no-trust-suite_page_no-trust-"] .no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-section-head h2,
body[class*="no-trust-suite_page_no-trust-"] .no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-principles h2,
body[class*="no-trust-suite_page_no-trust-"] .no-trust-suite.nts-wrap:not(.nts-command-center) .nt-tool-card.nt-policy-principles h2,
body[class*="no-trust-suite_page_no-trust-"] .no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-card summary strong,
body[class*="no-trust-suite_page_no-trust-"] .no-trust-suite.nts-wrap:not(.nts-command-center) .nt-admin-preview-card summary strong,
body.no-trust-suite_page_no-trust-passphrase .nt-passphrase-section-head h2,
body.no-trust-suite_page_no-trust-passphrase .nt-policy-card summary strong,
body.no-trust-suite_page_no-trust-salt .nt-salt-section-head h2,
body.no-trust-suite_page_no-trust-salt .nt-salt-policy-card summary strong {
	color: var(--nt-admin-title-soft) !important;
	font-size: 17px !important;
	font-weight: 800 !important;
	line-height: 1.22 !important;
	text-shadow: none !important;
}

body[class*="no-trust-suite_page_no-trust-"] .no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-principle,
body.no-trust-suite_page_no-trust-passphrase .nt-policy-principle,
body.no-trust-suite_page_no-trust-salt .nt-salt-principle {
	min-height: 38px !important;
	padding: 8px 10px !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	line-height: 1.25 !important;
}

body[class*="no-trust-suite_page_no-trust-"] .no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-stat,
body.no-trust-suite_page_no-trust-passphrase .nt-passphrase-policy-stat,
body.no-trust-suite_page_no-trust-salt .nt-salt-policy-stat {
	padding: 10px 12px !important;
}

body[class*="no-trust-suite_page_no-trust-"] .no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-stat span,
body.no-trust-suite_page_no-trust-passphrase .nt-passphrase-policy-stat span,
body.no-trust-suite_page_no-trust-salt .nt-salt-policy-stat span {
	color: var(--nt-admin-title-soft) !important;
	font-size: 10px !important;
	font-weight: 900 !important;
	line-height: 1.2 !important;
	text-shadow: none !important;
}

body[class*="no-trust-suite_page_no-trust-"] .no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-stat strong,
body.no-trust-suite_page_no-trust-passphrase .nt-passphrase-policy-stat strong,
body.no-trust-suite_page_no-trust-salt .nt-salt-policy-stat strong {
	color: #bfefff !important;
	font-size: 15px !important;
	font-weight: 800 !important;
	line-height: 1.22 !important;
	text-shadow: none !important;
}

body.no-trust-suite_page_no-trust-base64 .no-trust-suite.nts-wrap:not(.nts-command-center) .nt-module-base64 .nt-policy-stat strong,
.no-trust-suite.nts-public-shortcode .nt-module-base64 .nt-policy-stat strong {
	color: #aecde0 !important;
	font-weight: 400 !important;
	text-shadow: none !important;
}

body[class*="no-trust-suite_page_no-trust-"] .no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-card summary,
body[class*="no-trust-suite_page_no-trust-"] .no-trust-suite.nts-wrap:not(.nts-command-center) .nt-admin-preview-card summary,
body.no-trust-suite_page_no-trust-passphrase .nt-policy-card summary,
body.no-trust-suite_page_no-trust-salt .nt-salt-policy-card summary {
	padding: 14px 18px !important;
}

body[class*="no-trust-suite_page_no-trust-"] .no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-summary-action::after {
	content: "\25BE";
	margin-left: 8px;
	color: #87bceb;
	font-size: 11px;
	line-height: 1;
}

body[class*="no-trust-suite_page_no-trust-"] .no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-card[open] summary .nt-policy-summary-action::after {
	content: "\25B4";
}

body.no-trust-suite_page_no-trust-base64 .no-trust-suite.nts-wrap:not(.nts-command-center) .nt-module-base64 .nt-policy-stat strong,
.no-trust-suite.nts-public-shortcode .nt-module-base64 .nt-policy-stat strong {
	color: #aecde0 !important;
	font-weight: 400 !important;
	text-shadow: none !important;
}

body.no-trust-suite_page_no-trust-base64 .no-trust-suite.nts-wrap:not(.nts-command-center) .nt-module-base64 .nt-policy-stat strong,
.no-trust-suite.nts-public-shortcode .nt-module-base64 .nt-policy-stat strong {
	color: #aecde0 !important;
	font-weight: 400 !important;
	text-shadow: none !important;
}

/* Password Strength uses a custom inner grid; keep its footer guarantee visually aligned with the shared shell. */
body.no-trust-suite_page_no-trust-password-strength .no-trust-suite.nts-wrap:not(.nts-command-center) .nt-module-password-strength > .nt-public-trust-strip,
.no-trust-suite.nts-public-shortcode .nt-module-password-strength > .nt-public-trust-strip {
	display: block !important;
	box-sizing: border-box !important;
	width: 100% !important;
	margin: 14px 0 0 !important;
	padding: 10px 12px !important;
	border: 1px solid rgba(57, 255, 20, 0.26) !important;
	border-radius: 8px !important;
	background: rgba(0, 0, 0, 0.35) !important;
	color: var(--nt-admin-title-soft, #d8c36a) !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	line-height: 1.35 !important;
	letter-spacing: 0.04em !important;
	text-align: center !important;
	text-shadow: none !important;
}

body.no-trust-suite_page_no-trust-password-strength .no-trust-suite.nts-wrap:not(.nts-command-center) .nt-module-password-strength > .nt-public-trust-strip span,
.no-trust-suite.nts-public-shortcode .nt-module-password-strength > .nt-public-trust-strip span {
	color: #87bceb !important;
	margin: 0 6px !important;
}

/* Final admin module scale lock. Keep all Suite tools near Password Strength width and title rhythm. */
body[class*="no-trust-suite_page_no-trust-"] .no-trust-suite.nts-wrap:not(.nts-command-center),
.no-trust-suite.nts-module-password_generator,
.no-trust-suite.nts-module-passphrase,
.no-trust-suite.nts-module-salt,
.no-trust-suite.nts-module-totp,
.no-trust-suite.nts-module-base64,
.no-trust-suite.nts-module-uuid,
.no-trust-suite.nts-module-device_info,
.no-trust-suite.nts-module-ua_parser {
	box-sizing: border-box !important;
	max-width: 1040px !important;
	margin: 14px auto 0 !important;
}

body[class*="no-trust-suite_page_no-trust-"] .no-trust-suite.nts-wrap:not(.nts-command-center) > .nt-module,
body[class*="no-trust-suite_page_no-trust-"] .no-trust-suite.nts-wrap:not(.nts-command-center) > .nt-premium-module,
body[class*="no-trust-suite_page_no-trust-"] .no-trust-suite.nts-wrap:not(.nts-command-center) > .nt-module-salt,
body[class*="no-trust-suite_page_no-trust-"] .no-trust-suite.nts-wrap:not(.nts-command-center) > .nt-module-passphrase {
	box-sizing: border-box !important;
	padding: 14px !important;
	border-radius: 8px !important;
}

body[class*="no-trust-suite_page_no-trust-"] .no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-principles,
body[class*="no-trust-suite_page_no-trust-"] .no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-card,
body[class*="no-trust-suite_page_no-trust-"] .no-trust-suite.nts-wrap:not(.nts-command-center) .nt-admin-preview-card,
body[class*="no-trust-suite_page_no-trust-"] .no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-summary,
body.no-trust-suite_page_no-trust-passphrase .nt-passphrase-principles,
body.no-trust-suite_page_no-trust-passphrase .nt-passphrase-policy-summary,
body.no-trust-suite_page_no-trust-salt .nt-salt-principles,
body.no-trust-suite_page_no-trust-salt .nt-salt-policy-card,
body.no-trust-suite_page_no-trust-salt .nt-salt-policy-summary {
	margin: 14px 0 !important;
}

body[class*="no-trust-suite_page_no-trust-"] .no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-principles,
body.no-trust-suite_page_no-trust-passphrase .nt-passphrase-principles,
body.no-trust-suite_page_no-trust-salt .nt-salt-principles {
	padding: 14px !important;
}

body[class*="no-trust-suite_page_no-trust-"] .no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-section-head h2,
body[class*="no-trust-suite_page_no-trust-"] .no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-principles h2,
body[class*="no-trust-suite_page_no-trust-"] .no-trust-suite.nts-wrap:not(.nts-command-center) .nt-tool-card.nt-policy-principles h2,
body[class*="no-trust-suite_page_no-trust-"] .no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-card summary strong,
body[class*="no-trust-suite_page_no-trust-"] .no-trust-suite.nts-wrap:not(.nts-command-center) .nt-admin-preview-card summary strong,
body.no-trust-suite_page_no-trust-passphrase .nt-passphrase-section-head h2,
body.no-trust-suite_page_no-trust-passphrase .nt-policy-card summary strong,
body.no-trust-suite_page_no-trust-salt .nt-salt-section-head h2,
body.no-trust-suite_page_no-trust-salt .nt-salt-policy-card summary strong {
	color: var(--nt-admin-title-soft) !important;
	font-size: 17px !important;
	font-weight: 800 !important;
	line-height: 1.22 !important;
	text-shadow: none !important;
}

body[class*="no-trust-suite_page_no-trust-"] .no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-principle,
body.no-trust-suite_page_no-trust-passphrase .nt-policy-principle,
body.no-trust-suite_page_no-trust-salt .nt-salt-principle {
	min-height: 38px !important;
	padding: 8px 10px !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	line-height: 1.25 !important;
}

body[class*="no-trust-suite_page_no-trust-"] .no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-stat,
body.no-trust-suite_page_no-trust-passphrase .nt-passphrase-policy-stat,
body.no-trust-suite_page_no-trust-salt .nt-salt-policy-stat {
	padding: 10px 12px !important;
}

body[class*="no-trust-suite_page_no-trust-"] .no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-stat span,
body.no-trust-suite_page_no-trust-passphrase .nt-passphrase-policy-stat span,
body.no-trust-suite_page_no-trust-salt .nt-salt-policy-stat span {
	color: var(--nt-admin-title-soft) !important;
	font-size: 10px !important;
	font-weight: 900 !important;
	line-height: 1.2 !important;
	text-shadow: none !important;
}

body[class*="no-trust-suite_page_no-trust-"] .no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-stat strong,
body.no-trust-suite_page_no-trust-passphrase .nt-passphrase-policy-stat strong,
body.no-trust-suite_page_no-trust-salt .nt-salt-policy-stat strong {
	color: #bfefff !important;
	font-size: 15px !important;
	font-weight: 800 !important;
	line-height: 1.22 !important;
	text-shadow: none !important;
}

body[class*="no-trust-suite_page_no-trust-"] .no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-card summary,
body[class*="no-trust-suite_page_no-trust-"] .no-trust-suite.nts-wrap:not(.nts-command-center) .nt-admin-preview-card summary,
body.no-trust-suite_page_no-trust-passphrase .nt-policy-card summary,
body.no-trust-suite_page_no-trust-salt .nt-salt-policy-card summary {
	padding: 14px 18px !important;
}

body[class*="no-trust-suite_page_no-trust-"] .no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-summary-action::after {
	content: "\25BE";
	margin-left: 8px;
	color: #87bceb;
	font-size: 11px;
	line-height: 1;
}

body[class*="no-trust-suite_page_no-trust-"] .no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-card[open] summary .nt-policy-summary-action::after {
	content: "\25B4";
}

/* ZeroGlare compact admin shell: keep module names green, calm every policy/support title. */
.no-trust-suite.nts-wrap:not(.nts-command-center) {
	max-width: 1180px !important;
	margin: 14px auto 0 !important;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) > .nt-module,
.no-trust-suite.nts-wrap:not(.nts-command-center) > .nt-premium-module,
.no-trust-suite.nts-wrap:not(.nts-command-center) > .nt-module-salt,
.no-trust-suite.nts-wrap:not(.nts-command-center) > .nt-module-passphrase {
	padding: 14px !important;
	border-radius: 8px !important;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-principles,
.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-card,
.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-admin-preview-card,
.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-summary,
body.no-trust-suite_page_no-trust-passphrase .nt-passphrase-principles,
body.no-trust-suite_page_no-trust-passphrase .nt-policy-card,
body.no-trust-suite_page_no-trust-passphrase .nt-passphrase-policy-summary,
body.no-trust-suite_page_no-trust-salt .nt-salt-principles,
body.no-trust-suite_page_no-trust-salt .nt-salt-policy-card,
body.no-trust-suite_page_no-trust-salt .nt-salt-policy-summary {
	margin: 14px 0 !important;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-principles,
body.no-trust-suite_page_no-trust-passphrase .nt-passphrase-principles,
body.no-trust-suite_page_no-trust-salt .nt-salt-principles {
	padding: 14px !important;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-principle-grid,
.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-summary,
.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-guide,
body.no-trust-suite_page_no-trust-passphrase .nt-passphrase-principle-grid,
body.no-trust-suite_page_no-trust-passphrase .nt-passphrase-policy-summary,
body.no-trust-suite_page_no-trust-salt .nt-salt-principle-grid,
body.no-trust-suite_page_no-trust-salt .nt-salt-policy-summary {
	gap: 10px !important;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-section-head h2,
.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-principles h2,
.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-tool-card.nt-policy-principles h2,
.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-card summary strong,
.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-admin-preview-card summary strong,
body.no-trust-suite_page_no-trust-passphrase .nt-passphrase-section-head h2,
body.no-trust-suite_page_no-trust-passphrase .nt-policy-card summary strong,
body.no-trust-suite_page_no-trust-salt .nt-salt-section-head h2,
body.no-trust-suite_page_no-trust-salt .nt-salt-policy-card summary strong {
	color: var(--nt-admin-title-soft) !important;
	font-size: 17px !important;
	font-weight: 800 !important;
	line-height: 1.22 !important;
	text-shadow: none !important;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-subsection-head h3,
.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-tool-card h2,
.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-tool-card h3,
body.no-trust-suite_page_no-trust-salt .nt-tool-card h2,
body.no-trust-suite_page_no-trust-salt .nt-tool-card h3 {
	color: var(--nt-admin-title-soft) !important;
	font-size: 14px !important;
	font-weight: 800 !important;
	line-height: 1.25 !important;
	text-shadow: none !important;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-principle,
body.no-trust-suite_page_no-trust-passphrase .nt-policy-principle,
body.no-trust-suite_page_no-trust-salt .nt-salt-principle {
	min-height: 38px !important;
	padding: 8px 10px !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	line-height: 1.25 !important;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-stat,
body.no-trust-suite_page_no-trust-passphrase .nt-passphrase-policy-stat,
body.no-trust-suite_page_no-trust-salt .nt-salt-policy-stat {
	padding: 10px 12px !important;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-stat span,
.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-guide-item strong,
body.no-trust-suite_page_no-trust-passphrase .nt-passphrase-policy-stat span,
body.no-trust-suite_page_no-trust-salt .nt-salt-policy-stat span {
	color: var(--nt-admin-title-soft) !important;
	font-size: 10px !important;
	font-weight: 900 !important;
	letter-spacing: .05em !important;
	line-height: 1.2 !important;
	text-shadow: none !important;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-stat strong,
body.no-trust-suite_page_no-trust-passphrase .nt-passphrase-policy-stat strong,
body.no-trust-suite_page_no-trust-salt .nt-salt-policy-stat strong {
	color: #bfefff !important;
	font-size: 15px !important;
	font-weight: 800 !important;
	line-height: 1.22 !important;
	text-shadow: none !important;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-card summary,
.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-admin-preview-card summary,
body.no-trust-suite_page_no-trust-passphrase .nt-policy-card summary,
body.no-trust-suite_page_no-trust-salt .nt-salt-policy-card summary {
	padding: 14px 18px !important;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-card summary em,
.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-admin-preview-card summary em,
body.no-trust-suite_page_no-trust-salt .nt-salt-policy-card summary em {
	min-height: 28px !important;
	padding: 0 12px !important;
	font-size: 11px !important;
}

/* Shared policy typography clamp: all Suite modules should match the calmer Password Strength scale. */
.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-principles h2,
.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-section-head h2,
.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-tool-card.nt-policy-principles h2,
body.no-trust-suite_page_no-trust-passphrase .nt-passphrase-section-head h2,
body.no-trust-suite_page_no-trust-salt .nt-salt-section-head h2 {
	font-size: 18px !important;
	line-height: 1.25 !important;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-principle,
body.no-trust-suite_page_no-trust-passphrase .nt-policy-principle,
body.no-trust-suite_page_no-trust-salt .nt-policy-principle {
	min-height: 44px !important;
	font-size: 14px !important;
	line-height: 1.35 !important;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-stat span,
body.no-trust-suite_page_no-trust-passphrase .nt-passphrase-policy-stat span,
body.no-trust-suite_page_no-trust-salt .nt-salt-policy-stat span {
	font-size: 11px !important;
	line-height: 1.25 !important;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-stat strong,
body.no-trust-suite_page_no-trust-passphrase .nt-passphrase-policy-stat strong,
body.no-trust-suite_page_no-trust-salt .nt-salt-policy-stat strong {
	font-size: 18px !important;
	line-height: 1.25 !important;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-card summary strong,
.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-admin-preview-card summary strong,
body.no-trust-suite_page_no-trust-passphrase .nt-policy-card summary strong,
body.no-trust-suite_page_no-trust-salt .nt-salt-policy-card summary strong {
	font-size: 18px !important;
	line-height: 1.25 !important;
}

/* Final size clamp for policy shell text in older premium-styled modules. */
.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-module-totp .nt-policy-section-head h2,
.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-premium-password-generator .nt-policy-principles h2 {
	font-size: 18px !important;
	line-height: 1.25 !important;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-module-totp .nt-policy-principle,
.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-premium-password-generator .nt-policy-principle {
	min-height: 44px !important;
	font-size: 14px !important;
	line-height: 1.35 !important;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-module-totp .nt-policy-stat strong,
.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-premium-password-generator .nt-policy-stat strong {
	color: #d7f4ff !important;
	font-size: 18px !important;
	line-height: 1.25 !important;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-module-totp .nt-policy-stat span,
.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-premium-password-generator .nt-policy-stat span {
	font-size: 11px !important;
	line-height: 1.25 !important;
}

/* Keep policy summary values from ballooning in older module styles. */
.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-stat strong {
	font-size: 18px !important;
	line-height: 1.25 !important;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-module-totp .nt-policy-stat strong {
	font-size: 18px !important;
	line-height: 1.24 !important;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-summary-action {
	color: #dfffd8 !important;
	background: rgba(57, 255, 20, .1);
	border: 1px solid rgba(57, 255, 20, .35);
	border-radius: 999px;
	text-shadow: none !important;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-principles,
.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-card,
.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-admin-preview-card,
.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-summary {
	margin: 18px 0;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-shortcode-panel {
	margin: 14px 0 18px;
	padding: 12px 14px;
	border: 1px solid rgba(124, 199, 255, .22);
	border-radius: 8px;
	background: rgba(0, 18, 28, .42);
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-shortcode-panel span {
	display: block;
	color: #7cc7ff;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-shortcode-panel strong {
	display: block;
	margin-top: 4px;
	color: #d9f2ff;
	font-size: 16px;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-shortcode-panel p {
	margin: 5px 0 0;
	color: #9bb0c9;
	font-size: 12px;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-section-head h2 {
	margin: 0 0 6px;
	color: #d9f2ff !important;
	font-size: 20px;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-section-head p {
	margin: 0;
	color: #9bb0c9;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-principle-grid,
.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-summary,
.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-guide {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-principle-grid {
	margin-top: 18px;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-principle,
.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-stat,
.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-guide-item {
	border: 1px solid rgba(57, 255, 20, .18);
	border-radius: 8px;
	background: rgba(3, 15, 9, .72);
	box-shadow: inset 0 0 0 1px rgba(57, 255, 20, .06);
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-principle {
	display: flex;
	gap: 8px;
	align-items: center;
	min-height: 40px;
	padding: 9px 11px;
	color: #dfffd8;
	font-weight: 700;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-principle::before {
	color: #39ff14;
	line-height: 1;
	text-shadow: 0 0 6px rgba(57, 255, 20, .35);
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-principle.is-local::before {
	content: "\25CF";
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-principle.is-crypto::before {
	content: "\25C6";
	color: #87bceb;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-principle.is-storage::before {
	content: "\25CE";
	color: #63d7ff;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-principle.is-policy::before {
	content: "\2605";
	color: #ffcf4a;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-stat,
.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-guide-item {
	padding: 12px;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-stat span,
.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-guide-item span {
	display: block;
	color: #9bb0c9;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-stat strong,
.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-guide-item strong {
	display: block;
	margin-top: 4px;
	color: #d9f2ff;
	font-size: 16px;
	line-height: 1.35;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-guide-item p {
	margin: 8px 0 0;
	color: #9bb0c9;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-card {
	padding: 0;
	overflow: hidden;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-card summary {
	display: flex;
	justify-content: space-between;
	gap: 18px;
	align-items: center;
	padding: 18px 20px;
	cursor: pointer;
	list-style: none;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-card summary::-webkit-details-marker {
	display: none;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-card summary strong {
	display: block;
	color: #d9f2ff;
	font-size: 18px;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-card summary small {
	display: block;
	margin-top: 4px;
	color: #9bb0c9;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-card summary em {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 30px;
	padding: 0 12px;
	color: #dfffd8;
	background: rgba(57, 255, 20, .1);
	border: 1px solid rgba(57, 255, 20, .35);
	border-radius: 999px;
	font-size: 12px;
	font-style: normal;
	font-weight: 800;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-summary-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 30px;
	padding: 0 14px;
	color: #dfffd8;
	background: rgba(57, 255, 20, .1);
	border: 1px solid rgba(57, 255, 20, .35);
	border-radius: 999px;
	font-size: 12px;
	font-style: normal;
	font-weight: 800;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-summary-action::after {
	content: "\25BE";
	margin-left: 8px;
	color: #87bceb;
	font-size: 11px;
	line-height: 1;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-card[open] summary .nt-policy-summary-action::after {
	content: "\25B4";
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-card summary em::after {
	content: "\25BE";
	margin-left: 8px;
	color: #87bceb;
	font-size: 11px;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-card[open] summary {
	border-bottom: 1px solid rgba(135, 188, 235, .18);
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-card[open] summary em::after {
	content: "\25B4";
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-admin-preview-card {
	padding: 0;
	overflow: hidden;
	background: rgba(5, 8, 14, .96);
	border-radius: 8px;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-admin-preview-card summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 16px 20px;
	cursor: pointer;
	list-style: none;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-admin-preview-card summary::-webkit-details-marker {
	display: none;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-admin-preview-card summary strong {
	display: block;
	color: var(--nt-admin-title-soft);
	font-size: 18px;
	line-height: 1.2;
	text-shadow: none;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-admin-preview-card summary small {
	display: block;
	margin-top: 4px;
	color: #9bb0c9;
	font-size: 12px;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-admin-preview-card summary em {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 30px;
	padding: 0 14px;
	color: #dfffd8;
	background: rgba(57, 255, 20, .1);
	border: 1px solid rgba(57, 255, 20, .35);
	border-radius: 999px;
	font-size: 12px;
	font-style: normal;
	font-weight: 800;
	letter-spacing: .06em;
	text-transform: uppercase;
	white-space: nowrap;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-admin-preview-card summary em::after {
	content: "\25BE";
	margin-left: 8px;
	color: #87bceb;
	font-size: 11px;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-admin-preview-card[open] summary {
	border-bottom: 1px solid rgba(135, 188, 235, .18);
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-admin-preview-card[open] summary em::after {
	content: "\25B4";
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-admin-preview-body {
	padding: 0 16px 16px;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-body {
	padding: 18px 20px 20px;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-subsection {
	margin: 0 0 18px;
	padding: 14px;
	border: 1px solid rgba(57, 255, 20, .16);
	border-radius: 8px;
	background: rgba(0, 0, 0, .16);
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-subsection-head {
	margin-bottom: 12px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(124, 199, 255, .14);
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-subsection-head h3 {
	margin: 0 0 4px;
	color: #d9f2ff;
	font-size: 16px;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-subsection-head p {
	margin: 0;
	color: #9bb0c9;
	font-size: 12px;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-note {
	margin-top: 14px;
	padding: 11px 12px;
	color: #dfffd8;
	background: rgba(57, 255, 20, .08);
	border: 1px solid rgba(57, 255, 20, .22);
	border-radius: 8px;
	font-weight: 700;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-workspace {
	margin-top: 18px;
}

@media (max-width: 1100px) {
	.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-principle-grid,
	.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-summary,
	.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-guide {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 700px) {
	.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-title,
	.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-card summary,
	.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-admin-preview-card summary {
		align-items: flex-start;
		flex-direction: column;
	}

	.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-title-meta {
		justify-content: flex-start;
	}

	.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-principle-grid,
	.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-summary,
	.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-guide {
		grid-template-columns: 1fr;
	}
}

.no-trust-suite.nts-wrap {
	max-width: 1240px;
	margin: 20px 20px 0 0;
}

.nts-command-center {
	padding-bottom: 28px;
}

.no-trust-suite .nts-header,
.nts-suite-hero,
.nt-tool-header,
.nt-premium-module .nt-premium-title {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 16px;
	margin: 0 0 20px;
	padding: 0 0 14px;
	border-bottom: 1px solid rgba(57, 255, 20, 0.24);
}

.no-trust-suite .nts-title,
.nts-suite-hero .nts-title,
.nt-tool-header h1,
.nt-premium-module .nt-premium-title-text {
	margin: 0;
	color: var(--nt-admin-green);
	font-size: 28px;
	font-weight: 800;
	line-height: 1.15;
	text-shadow: 0 0 10px rgba(57, 255, 20, 0.42);
	mix-blend-mode: normal;
}

.nt-kicker {
	margin: 0 0 6px;
	color: var(--nt-admin-blue);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.no-trust-suite .nts-subtitle,
.no-trust-suite .nts-panel-desc,
.nt-module .nt-module-desc,
.nt-premium-module .nt-premium-subtitle,
.nt-module .description,
.nt-premium-module .description,
.nt-status {
	color: var(--nt-admin-muted);
	font-size: 13px;
	line-height: 1.5;
}

.no-trust-suite .nts-badge,
.no-trust-suite .nts-premium-pill,
.nt-premium-module .nt-premium-pill,
.nt-local-pill {
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	padding: 3px 10px;
	color: var(--nt-admin-green);
	background: rgba(57, 255, 20, 0.1);
	border: 1px solid rgba(57, 255, 20, 0.38);
	border-radius: 999px;
	font-size: 11px;
	font-weight: 800;
	white-space: nowrap;
	mix-blend-mode: normal;
}

.no-trust-suite .nts-panel,
.no-trust-suite .nts-card,
.no-trust-suite .nts-toggle-card,
.nt-module,
.nt-premium-module,
.nt-tool-card,
.nt-premium-module .nt-card {
	background: var(--nt-admin-card);
	border: 1px solid var(--nt-admin-border);
	border-radius: 10px;
	box-shadow: var(--nt-admin-shadow);
}

.nt-module,
.nt-premium-module {
	padding: 20px;
}

.no-trust-suite .nts-panel,
.no-trust-suite .nts-card,
.no-trust-suite .nts-toggle-card,
.nt-tool-card,
.nt-premium-module .nt-card {
	padding: 16px 18px;
}

.no-trust-suite .nts-panel-title,
.no-trust-suite .nts-group-title,
.no-trust-suite .nts-card-header h3,
.nt-module h2,
.nt-module h3,
.nt-premium-module h2,
.nt-premium-module h3,
.nt-premium-module .nt-card-title {
	margin-top: 0;
	color: var(--nt-admin-text);
	font-size: 15px;
	font-weight: 800;
	mix-blend-mode: normal;
}

.nts-command-grid,
.nts-workflow-grid,
.nts-tool-launch-grid,
.nts-roadmap-grid,
.nts-protected-grid,
.nts-presentation-grid,
.nt-tool-grid,
.nt-field-grid,
.nt-metric-grid {
	display: grid;
	gap: 14px;
}

.nts-command-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0 0 20px;
}

.nts-workflow-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.nts-tool-launch-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nts-roadmap-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.nts-protected-grid,
.nts-presentation-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nt-tool-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.nt-tool-card-wide {
	grid-column: 1 / -1;
}

.nt-field-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.nt-metric-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 14px;
}

.nt-metric,
.nts-command-card,
.nts-workflow-card,
.nts-tool-launch-card,
.nts-roadmap-card,
.nts-protected-panel,
.nts-protected-grid article,
.nts-presentation-card,
.nt-result-box {
	background: var(--nt-admin-card-soft);
	border: 1px solid rgba(57, 255, 20, 0.22);
	border-radius: 8px;
}

.nt-metric,
.nts-command-card,
.nts-workflow-card,
.nts-tool-launch-card,
.nts-roadmap-card,
.nts-protected-grid article,
.nts-presentation-card {
	padding: 12px;
}

.nt-metric span,
.nts-command-card span,
.nts-card-topline span,
.nts-protected-grid span,
.nts-presentation-card span {
	display: block;
	margin-bottom: 5px;
	color: var(--nt-admin-muted);
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
}

.nt-metric strong,
.nts-command-card strong,
.nts-protected-grid strong,
.nts-presentation-card strong {
	display: block;
	color: var(--nt-admin-green);
	font-size: 15px;
	line-height: 1.3;
	word-break: break-word;
}

.nts-command-card-primary {
	border-color: rgba(124, 199, 255, 0.42);
	box-shadow: 0 0 20px rgba(124, 199, 255, 0.14);
}

.nts-workflow-strip,
.nts-tool-section,
.nts-roadmap-panel,
.nts-protected-panel,
.nts-settings-panel {
	margin-top: 20px;
}

.nts-section-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 12px;
}

.nts-section-heading h2 {
	margin: 0;
	color: var(--nt-admin-text);
	font-size: 18px;
	font-weight: 800;
}

.nts-section-heading p,
.nts-workflow-card p,
.nts-tool-launch-card p,
.nts-roadmap-card p {
	margin: 6px 0 0;
	color: var(--nt-admin-muted);
	font-size: 13px;
	line-height: 1.5;
}

.nts-workflow-card,
.nts-tool-launch-card,
.nts-roadmap-card {
	display: flex;
	flex-direction: column;
	min-height: 176px;
}

.nts-workflow-card h3,
.nts-tool-launch-card h3,
.nts-roadmap-card h3 {
	margin: 0;
	color: var(--nt-admin-text);
	font-size: 15px;
	font-weight: 800;
}

.nts-workflow-card .button,
.nts-tool-launch-card .button {
	margin-top: auto;
	align-self: flex-start;
}

.nts-card-topline {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 10px;
}

.nts-card-topline strong {
	display: inline-flex;
	align-items: center;
	padding: 2px 8px;
	color: var(--nt-admin-blue);
	border: 1px solid rgba(124, 199, 255, 0.35);
	border-radius: 999px;
	font-size: 11px;
}

.nts-tool-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 14px 0;
}

.nts-tool-badges span {
	display: inline-flex;
	align-items: center;
	min-height: 22px;
	padding: 2px 8px;
	color: var(--nt-admin-green);
	background: rgba(57, 255, 20, 0.08);
	border: 1px solid rgba(57, 255, 20, 0.24);
	border-radius: 999px;
	font-size: 11px;
	font-weight: 700;
}

.nts-tool-launch-card.is-standalone {
	border-color: rgba(124, 199, 255, 0.5);
	box-shadow: 0 0 18px rgba(124, 199, 255, 0.14);
}

.nts-standalone-panel .nts-section-heading h2 {
	color: var(--nt-admin-blue);
}

.nts-roadmap-panel .nts-section-heading h2 {
	color: var(--nt-admin-green);
}

.nts-roadmap-card {
	border-color: rgba(124, 199, 255, 0.3);
	box-shadow: 0 0 14px rgba(124, 199, 255, 0.08);
}

.nts-roadmap-card span {
	display: inline-flex;
	align-self: flex-start;
	margin-bottom: 10px;
	padding: 2px 8px;
	color: var(--nt-admin-blue);
	background: rgba(124, 199, 255, 0.08);
	border: 1px solid rgba(124, 199, 255, 0.28);
	border-radius: 999px;
	font-size: 11px;
	font-weight: 800;
}

.nts-protected-panel {
	padding: 16px 18px;
}

.nts-protected-grid article {
	min-height: 86px;
}

.nts-presentation-card {
	display: grid;
	grid-template-columns: 1fr;
	gap: 8px;
}

.nts-presentation-card label {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	color: var(--nt-admin-soft);
	font-size: 12px;
	font-weight: 700;
}

.nts-settings-actions {
	margin: 16px 0 0;
}

/* Enterprise-style Suite dashboard. */
.no-trust-suite.nts-command-center {
	max-width: 1360px;
	margin: 14px 20px 0 0;
}

.nts-console-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 12px;
	padding: 14px 16px;
	background: linear-gradient(180deg, rgba(17, 19, 26, 0.98), rgba(10, 12, 18, 0.98));
	border: 1px solid rgba(57, 255, 20, 0.28);
	border-radius: 8px;
	box-shadow: 0 0 18px rgba(57, 255, 20, 0.12);
}

.nts-console-heading .nts-title {
	margin: 0;
}

.nts-console-heading .nts-subtitle {
	max-width: 760px;
	margin: 6px 0 0;
}

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

.nts-status-strip {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
	margin-bottom: 12px;
}

.nts-status-card {
	padding: 10px 12px;
	background: var(--nt-admin-card-soft);
	border: 1px solid rgba(57, 255, 20, 0.22);
	border-radius: 8px;
}

.nts-status-card span,
.nts-table-tool span,
.nts-standalone-row span,
.nts-check-list span,
.nts-details-panel summary strong {
	color: var(--nt-admin-muted);
}

.nts-status-card span,
.nts-details-panel summary strong {
	display: block;
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
}

.nts-status-card strong {
	display: block;
	margin-top: 4px;
	color: var(--nt-admin-green);
	font-size: 22px;
	line-height: 1.1;
}

.nts-status-card p {
	margin: 6px 0 0;
	color: var(--nt-admin-muted);
	font-size: 12px;
	line-height: 1.35;
}

.nts-console-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 360px;
	gap: 12px;
	align-items: start;
}

.nts-console-main,
.nts-console-rail {
	display: grid;
	gap: 12px;
}

.nts-command-center .nts-panel {
	padding: 14px;
	border-radius: 8px;
	box-shadow: 0 0 14px rgba(57, 255, 20, 0.12);
}

.nts-command-center .nts-section-heading {
	margin-bottom: 10px;
}

.nts-command-center .nts-section-heading h2 {
	font-size: 16px;
}

.nts-command-center .nts-section-heading p {
	font-size: 12px;
}

.nts-section-heading-compact {
	display: block;
}

.nts-quick-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
}

.nts-command-center .nts-workflow-card {
	min-height: 120px;
	padding: 11px;
}

.nts-command-center .nts-workflow-card h3 {
	font-size: 14px;
}

.nts-command-center .nts-workflow-card p {
	font-size: 12px;
	line-height: 1.35;
}

.nts-command-center .nts-workflow-card .button {
	min-height: 28px;
	padding: 6px 10px;
	font-size: 12px;
}

.nts-config-card-top {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 8px;
	min-width: 0;
}

.nts-config-card-top h3 {
	flex: 1 1 130px;
	min-width: 0;
	margin-right: auto;
	overflow-wrap: anywhere;
}

.nts-config-card-top span {
	display: inline-flex;
	align-items: center;
	flex: 0 1 auto;
	max-width: 100%;
	padding: 2px 7px;
	color: #c8ffc0;
	background: rgba(57, 255, 20, 0.085);
	border: 1px solid rgba(57, 255, 20, 0.24);
	border-radius: 999px;
	font-size: 9px;
	font-weight: 800;
	text-transform: uppercase;
	white-space: normal;
	line-height: 1.15;
}

.nts-table-wrap {
	overflow-x: auto;
	border: 1px solid rgba(57, 255, 20, 0.18);
	border-radius: 8px;
}

.nts-tool-table {
	width: 100%;
	border-collapse: collapse;
	background: #090b10;
}

.nts-tool-table th,
.nts-tool-table td {
	padding: 10px 12px;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid rgba(57, 255, 20, 0.12);
}

.nts-tool-table th {
	color: var(--nt-admin-blue);
	background: rgba(124, 199, 255, 0.07);
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
}

.nts-tool-table tr:last-child td {
	border-bottom: 0;
}

.nts-table-tool strong,
.nts-table-posture strong,
.nts-standalone-row strong {
	display: block;
	color: var(--nt-admin-text);
	font-size: 13px;
}

.nts-table-tool span,
.nts-standalone-row span {
	display: block;
	margin-top: 3px;
	font-size: 12px;
	line-height: 1.35;
}

.nts-table-posture ul {
	margin: 5px 0 0;
	padding-left: 16px;
	color: var(--nt-admin-muted);
	font-size: 12px;
	line-height: 1.35;
}

.nts-table-posture li {
	margin: 1px 0;
}

.nts-table-posture li::marker {
	color: rgba(57, 255, 20, 0.55);
}

.nts-table-chip {
	display: inline-flex;
	padding: 3px 8px;
	color: #c8ffc0;
	background: rgba(57, 255, 20, 0.085);
	border: 1px solid rgba(57, 255, 20, 0.24);
	border-radius: 999px;
	font-size: 11px;
	font-weight: 800;
	white-space: nowrap;
}

.nts-table-action {
	min-height: 28px;
	padding: 6px 10px;
	font-size: 12px;
}

.nts-check-list {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.nts-check-list li {
	padding-left: 13px;
	border-left: 3px solid rgba(57, 255, 20, 0.5);
}

.nts-check-list strong {
	display: block;
	color: var(--nt-admin-green);
	font-size: 13px;
}

.nts-check-list span {
	display: block;
	margin-top: 3px;
	font-size: 12px;
	line-height: 1.35;
}

.nts-standalone-list,
.nts-roadmap-list {
	display: grid;
	gap: 8px;
}

.nts-standalone-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 10px;
	align-items: center;
	padding: 10px;
	background: var(--nt-admin-card-soft);
	border: 1px solid rgba(124, 199, 255, 0.24);
	border-radius: 8px;
}

.nts-standalone-row .button {
	min-height: 28px;
	padding: 6px 10px;
	font-size: 12px;
	white-space: nowrap;
}

.nts-details-panel {
	padding: 0;
	overflow: hidden;
}

.nts-details-panel summary {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 10px;
	align-items: center;
	padding: 13px 14px;
	cursor: pointer;
}

.nts-details-panel summary span {
	color: var(--nt-admin-text);
	font-size: 14px;
	font-weight: 800;
}

.nts-details-panel summary strong {
	justify-self: end;
}

.nts-details-panel[open] summary {
	border-bottom: 1px solid rgba(57, 255, 20, 0.18);
}

.nts-details-panel .nts-roadmap-list,
.nts-details-panel .nts-panel-desc,
.nts-details-panel form {
	margin: 12px 14px 14px;
}

.nts-details-panel .nts-roadmap-card {
	min-height: auto;
	padding: 10px;
}

.nts-details-panel .nts-roadmap-card h3 {
	font-size: 13px;
}

.nts-details-panel .nts-roadmap-card p {
	font-size: 12px;
	line-height: 1.35;
}

.nts-details-panel .nts-roadmap-card span {
	margin-bottom: 8px;
}

.nts-details-panel .nts-presentation-grid {
	grid-template-columns: 1fr;
	gap: 8px;
}

.nts-details-panel .nts-presentation-card {
	padding: 9px;
}

.dashicons {
	width: 16px;
	height: 16px;
	font-size: 16px;
	line-height: 1;
}

.no-trust-suite .nts-toggle-card:hover,
.no-trust-suite .nts-card:hover,
.nts-workflow-card:hover,
.nts-tool-launch-card:hover,
.nt-tool-card:hover {
	border-color: rgba(57, 255, 20, 0.55);
	box-shadow: 0 0 22px rgba(57, 255, 20, 0.24);
}

.nt-module label,
.nt-premium-module label {
	display: block;
	margin: 0 0 6px;
	color: var(--nt-admin-soft);
	font-size: 13px;
	font-weight: 700;
}

.nt-module input[type="text"],
.nt-module input[type="number"],
.nt-module input[type="password"],
.nt-module textarea,
.nt-module select,
.nt-premium-module input[type="text"],
.nt-premium-module input[type="number"],
.nt-premium-module input[type="password"],
.nt-premium-module textarea,
.nt-premium-module select {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	margin: 0 0 12px;
	padding: 9px 10px;
	color: var(--nt-admin-text);
	background: var(--nt-admin-field);
	border: 1px solid #333;
	border-radius: 6px;
	font: 13px/1.45 "Inter", "Segoe UI", system-ui, sans-serif;
}

.nt-module textarea,
.nt-premium-module textarea {
	min-height: 120px;
	resize: vertical;
	font-family: Menlo, Consolas, monospace;
}

.nt-module select,
.nt-premium-module select {
	appearance: none;
	padding-right: 34px;
	background-color: var(--nt-admin-field);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M3 4.5 6 7.5 9 4.5' fill='none' stroke='%2387bceb' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 11px center;
	background-size: 12px 12px;
	cursor: pointer;
}

.nt-module input:focus,
.nt-module textarea:focus,
.nt-module select:focus,
.nt-premium-module input:focus,
.nt-premium-module textarea:focus,
.nt-premium-module select:focus {
	outline: none;
	border-color: var(--nt-admin-green);
	box-shadow: 0 0 0 1px rgba(57, 255, 20, 0.42);
}

.nt-check-row,
.nt-check-grid label {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 8px;
	font-weight: 600;
}

.nt-check-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 4px 14px;
	margin: 0 0 12px;
}

.nt-module input[type="checkbox"],
.nt-premium-module input[type="checkbox"] {
	accent-color: var(--nt-admin-green);
}

.nt-actions,
.nt-preset-row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 12px;
}

.nt-module button,
.nt-module .button,
.nt-premium-module button,
.nt-premium-module .button,
.no-trust-suite .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 8px 14px;
	color: #001a08;
	background: var(--nt-admin-green);
	border: 0;
	border-radius: 6px;
	box-shadow: none;
	cursor: pointer;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none;
	transition: background 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

.nt-module button:hover,
.nt-module .button:hover,
.nt-premium-module button:hover,
.nt-premium-module .button:hover,
.no-trust-suite .button:hover {
	color: #000;
	background: #70ff56;
	box-shadow: 0 0 12px rgba(57, 255, 20, 0.5);
	transform: translateY(-1px);
}

.nt-module .nt-copy-btn,
.nt-module .nt-clear-btn,
.nt-premium-module .nt-copy-btn,
.no-trust-suite .button-secondary,
.nt-module .button:not(.button-primary),
.nt-premium-module .button:not(.button-primary) {
	color: var(--nt-admin-soft);
	background: var(--nt-admin-card-soft);
	border: 1px solid rgba(57, 255, 20, 0.28);
}

.nt-module .nt-copy-btn:hover,
.nt-module .nt-clear-btn:hover,
.nt-premium-module .nt-copy-btn:hover,
.no-trust-suite .button-secondary:hover,
.nt-module .button:not(.button-primary):hover,
.nt-premium-module .button:not(.button-primary):hover {
	color: #000;
	background: var(--nt-admin-green);
}

.nt-module code,
.nt-premium-module code,
.no-trust-suite code {
	color: var(--nt-admin-green);
	background: #050509;
	border: 1px solid rgba(57, 255, 20, 0.22);
	border-radius: 4px;
	padding: 2px 5px;
}

.nt-result-box {
	min-height: 82px;
	margin: 12px 0 0;
	padding: 12px;
	color: var(--nt-admin-soft);
	white-space: pre-wrap;
}

.nt-admin-config-card {
	border-color: rgba(124, 199, 255, 0.34);
	box-shadow: 0 0 14px rgba(124, 199, 255, 0.1);
}

.nt-admin-config-card .description {
	margin: -2px 0 12px;
}

.nt-totp-code {
	margin: 4px 0 14px;
	color: var(--nt-admin-green);
	font: 800 42px/1 Menlo, Consolas, monospace;
	letter-spacing: 0.08em;
	text-shadow: 0 0 14px rgba(57, 255, 20, 0.45);
}

.nt-totp-countdown {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 12px;
}

.nt-totp-bar {
	position: relative;
	flex: 1;
	height: 8px;
	overflow: hidden;
	background: #050509;
	border: 1px solid rgba(57, 255, 20, 0.28);
	border-radius: 999px;
}

.nt-totp-bar span {
	position: absolute;
	inset: 0 auto 0 0;
	width: 0%;
	background: var(--nt-admin-green);
	box-shadow: 0 0 10px rgba(57, 255, 20, 0.45);
	transition: width 0.2s linear;
}

#nt-copy-toast {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 99999;
	padding: 9px 14px;
	color: var(--nt-admin-green, #39ff14);
	background: #11131a;
	border: 1px solid rgba(57, 255, 20, 0.42);
	border-radius: 6px;
	box-shadow: 0 0 14px rgba(57, 255, 20, 0.34);
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.16s ease, transform 0.16s ease;
	transform: translateY(8px);
}

#nt-copy-toast.nt-toast-visible {
	opacity: 1;
	transform: translateY(0);
}

@media (max-width: 960px) {
	.nts-command-grid,
	.nts-workflow-grid,
	.nts-tool-launch-grid,
	.nts-roadmap-grid,
	.nts-protected-grid,
	.nts-presentation-grid,
	.nt-tool-grid,
	.nt-field-grid,
	.nt-metric-grid,
	.no-trust-suite .nt-recommendation-grid {
		grid-template-columns: 1fr;
	}

	.nts-console-header {
		display: block;
	}

	.nts-console-actions {
		justify-content: flex-start;
		margin-top: 12px;
	}

	.nts-status-strip,
	.nts-command-center .nts-quick-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.nts-console-layout {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 782px) {
	.no-trust-suite .nts-header,
	.nts-suite-hero,
	.nt-tool-header,
	.nt-premium-module .nt-premium-title {
		display: block;
	}

	.no-trust-suite .nts-header-meta,
	.nt-premium-module .nt-premium-title-meta,
	.nt-local-pill {
		margin-top: 10px;
	}

	.nt-module,
	.nt-premium-module {
		padding: 14px;
	}

	.nt-check-grid {
		grid-template-columns: 1fr;
	}

	.nts-status-strip,
	.nts-command-center .nts-quick-grid {
		grid-template-columns: 1fr;
	}

	.nts-console-header,
	.nts-command-center .nts-panel {
		padding: 12px;
	}

	.nts-console-actions .button {
		width: 100%;
	}

	.nts-tool-table,
	.nts-tool-table tbody,
	.nts-tool-table tr,
	.nts-tool-table td {
		display: block;
		width: 100%;
	}

	.nts-tool-table thead {
		display: none;
	}

	.nts-tool-table tr {
		padding: 10px;
		border-bottom: 1px solid rgba(57, 255, 20, 0.18);
	}

	.nts-tool-table tr:last-child {
		border-bottom: 0;
	}

	.nts-tool-table td {
		display: grid;
		grid-template-columns: 82px minmax(0, 1fr);
		gap: 10px;
		padding: 7px 0;
		border: 0;
	}

	.nts-tool-table td::before {
		content: attr(data-label);
		color: var(--nt-admin-blue);
		font-size: 11px;
		font-weight: 800;
		text-transform: uppercase;
	}

	.nts-standalone-row,
	.nts-details-panel summary {
		grid-template-columns: 1fr;
	}

	.nts-details-panel summary strong {
		justify-self: start;
	}
}

/* Compact working layout for individual Suite tools. */
.no-trust-suite.nts-wrap:not(.nts-command-center) {
	max-width: 1040px;
	margin: 14px auto 0;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) > .nt-module,
.no-trust-suite.nts-wrap:not(.nts-command-center) > .nt-premium-module {
	padding: 14px;
	border-radius: 8px;
	box-shadow: 0 0 12px rgba(57, 255, 20, 0.16);
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-tool-header,
.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-premium-title {
	align-items: center;
	margin-bottom: 12px;
	padding-bottom: 10px;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-tool-header h1,
.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-premium-title-text {
	font-size: 21px;
	line-height: 1.1;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-kicker {
	margin-bottom: 4px;
	font-size: 10px;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-module-desc,
.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-premium-subtitle,
.no-trust-suite.nts-wrap:not(.nts-command-center) .description,
.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-status {
	font-size: 12px;
	line-height: 1.35;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-tool-grid,
.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-premium-layout {
	display: grid;
	grid-template-columns: minmax(320px, 1fr) minmax(280px, 0.85fr);
	gap: 12px;
	align-items: start;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-tool-card,
.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-card,
.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-premium-module .nt-card {
	padding: 12px;
	border-radius: 8px;
	box-shadow: 0 0 10px rgba(57, 255, 20, 0.14);
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-card + .nt-card {
	margin-top: 12px;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-card-title,
.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-tool-card h2,
.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-premium-module .nt-card-title {
	margin-bottom: 8px;
	font-size: 13px;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) label,
.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-module label,
.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-premium-module label {
	margin-bottom: 4px;
	font-size: 12px;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-field {
	margin-bottom: 10px;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) input[type="text"],
.no-trust-suite.nts-wrap:not(.nts-command-center) input[type="number"],
.no-trust-suite.nts-wrap:not(.nts-command-center) input[type="password"],
.no-trust-suite.nts-wrap:not(.nts-command-center) textarea,
.no-trust-suite.nts-wrap:not(.nts-command-center) select {
	margin-bottom: 8px;
	padding: 7px 9px;
	border-radius: 6px;
	font-size: 12px;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) select {
	padding-right: 32px;
	background-position: right 10px center;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) textarea {
	min-height: 88px;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-actions,
.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-preset-row {
	gap: 8px;
	margin-top: 8px;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) button,
.no-trust-suite.nts-wrap:not(.nts-command-center) .button {
	min-height: 30px;
	padding: 6px 10px;
	border-radius: 6px;
	font-size: 12px;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-field-grid,
.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-metric-grid,
.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-check-grid {
	gap: 8px 10px;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-metric {
	padding: 9px;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-metric strong {
	font-size: 13px;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-output-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 8px;
	align-items: start;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-output-row input {
	margin-bottom: 0;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-history-list,
.no-trust-suite.nts-wrap:not(.nts-command-center) #nt-passphrase-history {
	max-height: 132px;
	overflow: auto;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-list {
	margin: 0;
	padding-left: 18px;
	font-size: 12px;
	line-height: 1.45;
}

.no-trust-suite .nt-pwd-strength-panel {
	margin-top: 12px;
	padding: 11px;
	background: rgba(0, 0, 0, 0.22);
	border: 1px solid rgba(57, 255, 20, 0.18);
	border-radius: 7px;
}

.no-trust-suite .nt-pwd-strength-head {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 8px;
	color: #cfd6cf;
	font-size: 12px;
	font-weight: 800;
}

.no-trust-suite .nt-pwd-strength-head strong {
	color: #39ff14;
}

.no-trust-suite .nt-pwd-strength-track {
	height: 8px;
	overflow: hidden;
	background: rgba(205, 233, 255, 0.12);
	border-radius: 999px;
}

.no-trust-suite .nt-pwd-strength-track span {
	display: block;
	width: 0%;
	height: 100%;
	background: linear-gradient(90deg, #ef4444, #f59e0b, #39ff14);
	box-shadow: 0 0 10px rgba(57, 255, 20, 0.48);
	transition: width 0.18s ease;
}

.no-trust-suite .nt-pwd-strength-panel p {
	margin: 8px 0 0;
	color: #aaa39c;
	font-size: 12px;
	line-height: 1.4;
}

/* Public TOTP shortcode: compact, utility-first layout. */
.no-trust-suite.nts-public-shortcode {
	max-width: 800px;
	margin-top: 0;
	color: #e5f4ff;
}

.no-trust-suite.nts-public-shortcode > .nt-totp-public {
	position: relative;
	z-index: 1;
	padding: 12px;
	color: #e5f4ff;
	background:
		linear-gradient(135deg, rgba(4, 18, 28, 0.96), rgba(0, 0, 0, 0.98) 55%),
		#05070c !important;
}

.no-trust-suite.nts-public-shortcode .nt-tool-header {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 12px;
	margin-bottom: 10px;
	padding-bottom: 8px;
	opacity: 1 !important;
}

.no-trust-suite.nts-public-shortcode .nt-tool-header h1 {
	color: #d9f2ff !important;
	font-size: clamp(1.55rem, 4vw, 2.15rem);
	opacity: 1 !important;
}

.no-trust-suite.nts-public-shortcode .nt-module-desc {
	max-width: 640px;
	margin-top: 4px;
	color: #b9cce0 !important;
	opacity: 1 !important;
}

.no-trust-suite.nts-public-shortcode .nt-policy-title-meta {
	align-self: start;
	gap: 6px;
}

.no-trust-suite.nts-public-shortcode .nt-local-pill {
	padding: 5px 8px;
	font-size: 11px;
}

.no-trust-suite.nts-public-shortcode .nt-policy-summary {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	margin-bottom: 10px;
	opacity: 1 !important;
}

.no-trust-suite.nts-public-shortcode .nt-policy-stat {
	min-height: 0;
	padding: 8px;
	background: rgba(0, 0, 0, 0.72) !important;
	opacity: 1 !important;
}

.no-trust-suite.nts-public-shortcode .nt-policy-stat span {
	margin-bottom: 2px;
	color: #70d8ff !important;
	font-size: 9px;
	opacity: 1 !important;
}

.no-trust-suite.nts-public-shortcode .nt-policy-stat strong {
	color: #d9f2ff !important;
	font-size: 12px;
	line-height: 1.25;
	opacity: 1 !important;
}

.no-trust-suite.nts-public-shortcode .nt-module-base64 .nt-policy-stat strong {
	color: #b9d5e8 !important;
	font-weight: 500 !important;
	text-shadow: none !important;
}

.no-trust-suite.nts-public-shortcode .nt-totp-workspace {
	grid-template-areas:
		"secret current"
		"verify verify"
		"uri uri";
	grid-template-columns: minmax(320px, 1.1fr) minmax(260px, 0.9fr);
	gap: 10px;
	align-items: start !important;
	grid-auto-rows: min-content;
}

.no-trust-suite.nts-public-shortcode .nt-totp-secret-card,
.no-trust-suite.nts-public-shortcode .nt-totp-current-card,
.no-trust-suite.nts-public-shortcode .nt-totp-verify-card,
.no-trust-suite.nts-public-shortcode .nt-totp-uri-card {
	opacity: 1 !important;
	padding: 10px;
	color: #e5f4ff !important;
	background: rgba(5, 8, 14, 0.98) !important;
	border-color: rgba(57, 255, 20, 0.55) !important;
	box-shadow: 0 0 16px rgba(57, 255, 20, 0.2) !important;
}

.no-trust-suite.nts-public-shortcode .nt-totp-current-card {
	position: static;
}

.no-trust-suite.nts-public-shortcode .nt-totp-secret-card {
	grid-area: secret;
}

.no-trust-suite.nts-public-shortcode .nt-totp-current-card {
	grid-area: current;
}

.no-trust-suite.nts-public-shortcode .nt-totp-verify-card {
	grid-area: verify;
}

.no-trust-suite.nts-public-shortcode .nt-totp-secret-card h2,
.no-trust-suite.nts-public-shortcode .nt-totp-current-card h2,
.no-trust-suite.nts-public-shortcode .nt-totp-verify-card h2,
.no-trust-suite.nts-public-shortcode .nt-totp-uri-card h2 {
	color: #d9f2ff !important;
	margin-bottom: 7px;
}

.no-trust-suite.nts-public-shortcode label,
.no-trust-suite.nts-public-shortcode .description,
.no-trust-suite.nts-public-shortcode .nt-status,
.no-trust-suite.nts-public-shortcode .nt-result-box {
	opacity: 1 !important;
	color: #b9cce0 !important;
}

.no-trust-suite.nts-public-shortcode input[type="text"],
.no-trust-suite.nts-public-shortcode input[type="number"],
.no-trust-suite.nts-public-shortcode textarea,
.no-trust-suite.nts-public-shortcode select {
	opacity: 1 !important;
	color: #f4f8ff !important;
	background-color: #020509 !important;
	border-color: rgba(184, 199, 220, 0.52) !important;
}

.no-trust-suite.nts-public-shortcode .button,
.no-trust-suite.nts-public-shortcode button {
	opacity: 1 !important;
}

.no-trust-suite.nts-public-shortcode .nt-totp-secret-card .nt-field-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.no-trust-suite.nts-public-shortcode #nt-totp-window {
	min-height: 60px;
}

.no-trust-suite.nts-public-shortcode #nt-totp-uri {
	min-height: 72px;
}

.no-trust-suite.nts-public-shortcode .nt-totp-code {
	color: #7cff66 !important;
	font-size: clamp(2rem, 7vw, 3.3rem);
	line-height: 1;
	text-shadow: 0 0 12px rgba(57, 255, 20, 0.5);
}

.no-trust-suite.nts-public-shortcode .nt-totp-uri-card {
	grid-area: uri;
}

.no-trust-suite.nts-public-shortcode details.nt-totp-uri-card {
	padding: 0;
	overflow: hidden;
	background: rgba(2, 5, 9, 0.92) !important;
	border-style: dashed;
	box-shadow: 0 0 12px rgba(57, 255, 20, 0.12) !important;
}

.no-trust-suite.nts-public-shortcode .nt-totp-uri-card summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	min-height: 48px;
	padding: 8px 11px;
	color: #d9f2ff !important;
	cursor: pointer;
	list-style: none;
}

.no-trust-suite.nts-public-shortcode .nt-totp-uri-card summary::-webkit-details-marker {
	display: none;
}

.no-trust-suite.nts-public-shortcode .nt-totp-uri-card summary strong,
.no-trust-suite.nts-public-shortcode .nt-totp-uri-card summary small {
	display: inline;
}

.no-trust-suite.nts-public-shortcode .nt-totp-uri-card summary small {
	margin-left: 8px;
	color: #9eb8ce !important;
	font-size: 11px;
	font-weight: 700;
}

.no-trust-suite.nts-public-shortcode .nt-totp-uri-card summary > span:first-child {
	min-width: 0;
}

.no-trust-suite.nts-public-shortcode .nt-totp-uri-card summary > span[aria-hidden="true"] {
	flex: 0 0 auto;
	width: 26px;
	height: 26px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #9be7ff;
	background: rgba(7, 17, 31, 0.86);
	border: 1px solid rgba(135, 188, 235, 0.24);
	border-radius: 999px;
	font-size: 11px;
	font-weight: 900;
	line-height: 1;
}

.no-trust-suite.nts-public-shortcode .nt-totp-uri-panel {
	padding: 0 12px 12px;
}

@media (max-width: 780px) {
	.no-trust-suite.nts-public-shortcode .nt-tool-header,
	.no-trust-suite.nts-public-shortcode .nt-totp-workspace,
	.no-trust-suite.nts-public-shortcode .nt-policy-summary,
	.no-trust-suite.nts-public-shortcode .nt-totp-secret-card .nt-field-grid {
		grid-template-columns: 1fr;
	}

	.no-trust-suite.nts-public-shortcode .nt-totp-workspace {
		grid-template-areas:
			"secret"
			"current"
			"verify"
			"uri";
	}

	.no-trust-suite.nts-public-shortcode .nt-totp-current-card {
		position: static;
	}
}

.no-trust-suite .nt-pwd-ttc-table {
	width: 100%;
	margin-top: 10px;
	border-collapse: collapse;
	font-size: 12px;
}

.no-trust-suite .nt-pwd-ttc-table th,
.no-trust-suite .nt-pwd-ttc-table td {
	position: relative;
	padding: 8px 8px 10px;
	text-align: left;
	border-bottom: 1px solid rgba(57, 255, 20, 0.14);
}

.no-trust-suite .nt-pwd-ttc-table th {
	color: #70d8ff;
	font-weight: 900;
	text-transform: uppercase;
}

.no-trust-suite .nt-pwd-ttc-table td {
	color: #c8c1b8;
}

.no-trust-suite .nt-pwd-ttc-row {
	position: relative;
	--nt-pwd-ttc-width: 0%;
}

.no-trust-suite .nt-pwd-ttc-row::after {
	position: absolute;
	left: 8px;
	right: 8px;
	bottom: 2px;
	width: var(--nt-pwd-ttc-width);
	height: 3px;
	border-radius: 999px;
	content: "";
	opacity: 0.9;
}

.no-trust-suite .nt-pwd-ttc-row:nth-child(1)::after { background: #ef4444; }
.no-trust-suite .nt-pwd-ttc-row:nth-child(2)::after { background: #f59e0b; }
.no-trust-suite .nt-pwd-ttc-row:nth-child(3)::after { background: #f97316; }
.no-trust-suite .nt-pwd-ttc-row:nth-child(4)::after { background: #22c55e; }
.no-trust-suite .nt-pwd-ttc-row:nth-child(5)::after { background: #eab308; }

.no-trust-suite .nt-recommendation-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}

.no-trust-suite .nt-recommendation-grid > div {
	padding: 11px;
	background: rgba(0, 0, 0, 0.22);
	border: 1px solid rgba(57, 255, 20, 0.16);
	border-radius: 7px;
}

.no-trust-suite .nt-recommendation-grid strong {
	display: block;
	margin-bottom: 5px;
	color: #d7f4ff;
	font-size: 12px;
}

.no-trust-suite .nt-recommendation-grid p {
	margin: 0;
	color: #aaa39c;
	font-size: 12px;
	line-height: 1.4;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-totp-code {
	font-size: 32px;
	margin-bottom: 10px;
}

@media (max-width: 1100px) {
	.no-trust-suite.nts-wrap:not(.nts-command-center) {
		max-width: calc(100% - 24px);
		margin-left: 12px;
		margin-right: 12px;
	}
}

@media (max-width: 900px) {
	.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-tool-grid,
	.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-premium-layout,
	.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-output-row {
		grid-template-columns: 1fr;
	}

	.no-trust-suite .nt-recommendation-grid {
		grid-template-columns: 1fr;
	}
}

/* Final policy-shell guard: keep Suite policy modules visually aligned. */
.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-principles,
.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-card,
.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-workspace .nt-tool-card {
	border: 1px solid #008f12;
	box-shadow: 0 0 18px rgba(0, 143, 18, .18);
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-principle,
.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-stat,
.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-guide-item {
	border: 1px solid rgba(57, 255, 20, .18);
	background: rgba(3, 15, 9, .72);
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-card {
	padding: 0;
	overflow: hidden;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-summary {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
}

@media (max-width: 1100px) {
	.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-summary {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 700px) {
	.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-summary {
		grid-template-columns: 1fr;
	}
}

/* Password Strength shell guard: keep this older module aligned with the shared Suite shell. */
.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-module-password-strength .nt-policy-principles {
	padding: 18px;
	background: #0b0b14;
	border-radius: 8px;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-module-password-strength .nt-policy-principles h2 {
	margin: 0 0 8px;
	color: #d9f2ff;
	font-size: 20px;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-module-password-strength .nt-policy-principles p {
	margin: 0;
	color: #9bb0c9;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-module-password-strength .nt-policy-principle-grid,
.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-module-password-strength .nt-policy-summary,
.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-module-password-strength .nt-policy-guide {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-module-password-strength .nt-policy-principle-grid {
	margin-top: 18px;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-module-password-strength .nt-policy-guide {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	padding: 18px;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-module-password-strength .nt-policy-principle,
.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-module-password-strength .nt-policy-stat,
.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-module-password-strength .nt-policy-guide-item {
	display: flex;
	flex-direction: column;
	gap: 5px;
	padding: 12px;
	border: 1px solid rgba(57,255,20,.18);
	border-radius: 8px;
	background: rgba(3, 15, 9, .72);
	box-shadow: inset 0 0 0 1px rgba(57,255,20,.06);
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-module-password-strength .nt-policy-principle {
	flex-direction: row;
	align-items: center;
	min-height: 44px;
	color: #dfffd8;
	font-weight: 800;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-module-password-strength .nt-policy-stat span,
.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-module-password-strength .nt-policy-guide-item strong {
	color: #9bb0c9;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-module-password-strength .nt-policy-stat strong {
	color: #d7f4ff;
	font-size: 18px;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-module-password-strength .nt-policy-guide-item span {
	color: #aaa39c;
	font-size: 12px;
	line-height: 1.45;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-module-password-strength .nt-policy-card summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 18px 24px;
	cursor: pointer;
	list-style: none;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-module-password-strength .nt-policy-card summary::-webkit-details-marker {
	display: none;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-module-password-strength .nt-policy-card summary strong {
	display: block;
	color: #d9f2ff;
	font-size: 18px;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-module-password-strength .nt-policy-card summary small {
	display: block;
	margin-top: 4px;
	color: #9bb0c9;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-module-password-strength .nt-policy-summary-action {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 18px;
	border: 1px solid rgba(57,255,20,.28);
	border-radius: 999px;
	background: rgba(10, 45, 16, .72);
	color: #baffae;
	font-weight: 900;
	text-transform: uppercase;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-module-password-strength .nt-ps-recommendations-list li {
	display: block;
	margin-bottom: 9px;
	padding: 9px 10px;
	border: 1px solid rgba(57,255,20,.12);
	border-radius: 7px;
	background: rgba(0,0,0,.22);
	line-height: 1.45;
}

@media (max-width: 1100px) {
	.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-module-password-strength .nt-policy-principle-grid,
	.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-module-password-strength .nt-policy-summary,
	.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-module-password-strength .nt-policy-guide {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 700px) {
	.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-module-password-strength .nt-policy-principle-grid,
	.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-module-password-strength .nt-policy-summary,
	.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-module-password-strength .nt-policy-guide {
		grid-template-columns: 1fr;
	}
}

/* Password Strength policy pass: compact, configurable inspection surface. */
.no-trust-suite.nts-module-password_strength {
	max-width: 1180px;
	margin-inline: auto;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-module-password-strength {
	padding: 14px;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-module-password-strength .nt-policy-principles,
.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-module-password-strength .nt-policy-card,
.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-module-password-strength .nt-policy-summary,
.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-module-password-strength .nt-ps-grid {
	margin-top: 14px;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-module-password-strength .nt-ps-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
	gap: 14px;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-module-password-strength .nt-ps-grid-score-only {
	grid-template-columns: 1fr;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-module-password-strength .nt-ps-column {
	display: grid;
	align-content: start;
	gap: 14px;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-module-password-strength .nt-ps-card {
	padding: 14px;
	background: rgba(5, 8, 14, 0.96);
	border-color: rgba(57, 255, 20, 0.55);
	border-radius: 8px;
	box-shadow: 0 0 16px rgba(57, 255, 20, 0.18);
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-module-password-strength .nt-ps-input-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto auto;
	gap: 8px;
	align-items: end;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-module-password-strength .nt-ps-target-status {
	margin: 8px 0 0;
	color: #b9cce0;
	font-size: 12px;
	font-weight: 750;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-module-password-strength .nt-policy-form {
	display: grid;
	gap: 16px;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-module-password-strength .nt-policy-card .nt-policy-body {
	padding: 18px;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-module-password-strength .nt-policy-subsection {
	margin: 0;
	padding: 14px;
	border: 1px solid rgba(57, 255, 20, 0.14);
	border-radius: 8px;
	background: rgba(0, 0, 0, 0.16);
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-module-password-strength .nt-policy-subsection-head {
	margin-bottom: 12px;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-module-password-strength .nt-policy-note {
	margin: 0;
	padding: 11px 12px;
	border: 1px solid rgba(57, 255, 20, 0.14);
	border-radius: 7px;
	background: rgba(0, 0, 0, 0.22);
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-public-trust-strip,
.no-trust-suite.nts-public-shortcode .nt-public-trust-strip,
.no-trust-suite .nt-module .nt-public-trust-strip {
	margin-top: 14px;
	padding: 10px 12px;
	border: 1px solid rgba(57, 255, 20, 0.26);
	border-radius: 8px;
	background: rgba(0, 0, 0, 0.35);
	color: var(--nt-admin-title-soft, #d8c36a);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-align: center;
	text-shadow: none;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-public-trust-strip span,
.no-trust-suite.nts-public-shortcode .nt-public-trust-strip span,
.no-trust-suite .nt-module .nt-public-trust-strip span {
	color: #87bceb;
	margin: 0 6px;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-module-password-strength .nt-policy-form .nt-policy-guide {
	padding: 0;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-module-password-strength .nt-policy-form .nt-policy-guide-item {
	min-height: 0;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-module-password-strength .nt-policy-form input[type="number"] {
	margin-bottom: 0;
}

.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-module-password-strength .nt-ps-card-cracktime,
.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-module-password-strength .nt-ps-card-distribution {
	min-height: 0;
}

@media (max-width: 1040px) {
	.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-module-password-strength .nt-ps-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 720px) {
	.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-module-password-strength .nt-ps-input-row {
		grid-template-columns: 1fr;
	}

	.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-module-password-strength .nt-policy-card .nt-policy-body,
	.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-module-password-strength .nt-policy-subsection {
		padding: 12px;
	}
}

/* Final low-glare pass: keep major NT identity green, make section/detail titles softer. */
.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-shortcode-panel span,
.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-section-head h2,
.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-subsection-head h3,
.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-stat span,
.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-card summary strong,
.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-kicker,
.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-tool-card h2,
.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-tool-card h3,
.no-trust-suite.nts-wrap:not(.nts-command-center) .nt-metric span,
.no-trust-suite.nts-wrap:not(.nts-command-center) .nts-command-card span,
.no-trust-suite.nts-wrap:not(.nts-command-center) .nts-card-topline span,
.no-trust-suite.nts-wrap:not(.nts-command-center) .nts-protected-grid span,
.no-trust-suite.nts-wrap:not(.nts-command-center) .nts-presentation-card span,
body.no-trust-suite_page_no-trust-passphrase .nt-passphrase-section-head h2,
body.no-trust-suite_page_no-trust-passphrase .nt-passphrase-policy-stat span,
body.no-trust-suite_page_no-trust-passphrase .nt-policy-card summary strong,
body.no-trust-suite_page_no-trust-passphrase .nt-entropy-label,
body.no-trust-suite_page_no-trust-passphrase .nt-history-details summary strong,
body.no-trust-suite_page_no-trust-salt .nt-salt-section-head h2,
body.no-trust-suite_page_no-trust-salt .nt-salt-policy-stat span,
body.no-trust-suite_page_no-trust-salt .nt-salt-policy-card summary strong {
	color: var(--nt-admin-title-soft) !important;
	text-shadow: none !important;
}
/* Absolute final admin scale lock. Password Strength is the visual baseline for every module. */
body[class*="no-trust-suite_page_no-trust-"] .no-trust-suite.nts-wrap:not(.nts-command-center),
.no-trust-suite.nts-module-password_generator,
.no-trust-suite.nts-module-passphrase,
.no-trust-suite.nts-module-salt,
.no-trust-suite.nts-module-totp,
.no-trust-suite.nts-module-base64,
.no-trust-suite.nts-module-uuid,
.no-trust-suite.nts-module-device_info,
.no-trust-suite.nts-module-ua_parser {
	box-sizing: border-box !important;
	max-width: 1040px !important;
	margin: 14px auto 0 !important;
}

body[class*="no-trust-suite_page_no-trust-"] .no-trust-suite.nts-wrap:not(.nts-command-center) > .nt-module,
body[class*="no-trust-suite_page_no-trust-"] .no-trust-suite.nts-wrap:not(.nts-command-center) > .nt-premium-module,
body[class*="no-trust-suite_page_no-trust-"] .no-trust-suite.nts-wrap:not(.nts-command-center) > .nt-module-salt,
body[class*="no-trust-suite_page_no-trust-"] .no-trust-suite.nts-wrap:not(.nts-command-center) > .nt-module-passphrase {
	box-sizing: border-box !important;
	padding: 14px !important;
	border-radius: 8px !important;
}

body[class*="no-trust-suite_page_no-trust-"] .no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-principles,
body[class*="no-trust-suite_page_no-trust-"] .no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-card,
body[class*="no-trust-suite_page_no-trust-"] .no-trust-suite.nts-wrap:not(.nts-command-center) .nt-admin-preview-card,
body[class*="no-trust-suite_page_no-trust-"] .no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-summary,
body.no-trust-suite_page_no-trust-passphrase .nt-passphrase-principles,
body.no-trust-suite_page_no-trust-passphrase .nt-passphrase-policy-summary,
body.no-trust-suite_page_no-trust-salt .nt-salt-principles,
body.no-trust-suite_page_no-trust-salt .nt-salt-policy-card,
body.no-trust-suite_page_no-trust-salt .nt-salt-policy-summary {
	margin: 14px 0 !important;
}

body[class*="no-trust-suite_page_no-trust-"] .no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-principles,
body.no-trust-suite_page_no-trust-passphrase .nt-passphrase-principles,
body.no-trust-suite_page_no-trust-salt .nt-salt-principles {
	padding: 14px !important;
}

body[class*="no-trust-suite_page_no-trust-"] .no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-section-head h2,
body[class*="no-trust-suite_page_no-trust-"] .no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-principles h2,
body[class*="no-trust-suite_page_no-trust-"] .no-trust-suite.nts-wrap:not(.nts-command-center) .nt-tool-card.nt-policy-principles h2,
body[class*="no-trust-suite_page_no-trust-"] .no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-card summary strong,
body[class*="no-trust-suite_page_no-trust-"] .no-trust-suite.nts-wrap:not(.nts-command-center) .nt-admin-preview-card summary strong,
body.no-trust-suite_page_no-trust-passphrase .nt-passphrase-section-head h2,
body.no-trust-suite_page_no-trust-passphrase .nt-policy-card summary strong,
body.no-trust-suite_page_no-trust-salt .nt-salt-section-head h2,
body.no-trust-suite_page_no-trust-salt .nt-salt-policy-card summary strong {
	color: var(--nt-admin-title-soft) !important;
	font-size: 17px !important;
	font-weight: 800 !important;
	line-height: 1.22 !important;
	text-shadow: none !important;
}

body[class*="no-trust-suite_page_no-trust-"] .no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-principle,
body.no-trust-suite_page_no-trust-passphrase .nt-policy-principle,
body.no-trust-suite_page_no-trust-salt .nt-salt-principle {
	min-height: 38px !important;
	padding: 8px 10px !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	line-height: 1.25 !important;
}

body[class*="no-trust-suite_page_no-trust-"] .no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-stat,
body.no-trust-suite_page_no-trust-passphrase .nt-passphrase-policy-stat,
body.no-trust-suite_page_no-trust-salt .nt-salt-policy-stat {
	padding: 10px 12px !important;
}

body[class*="no-trust-suite_page_no-trust-"] .no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-stat span,
body.no-trust-suite_page_no-trust-passphrase .nt-passphrase-policy-stat span,
body.no-trust-suite_page_no-trust-salt .nt-salt-policy-stat span {
	color: var(--nt-admin-title-soft) !important;
	font-size: 10px !important;
	font-weight: 900 !important;
	line-height: 1.2 !important;
	text-shadow: none !important;
}

body[class*="no-trust-suite_page_no-trust-"] .no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-stat strong,
body.no-trust-suite_page_no-trust-passphrase .nt-passphrase-policy-stat strong,
body.no-trust-suite_page_no-trust-salt .nt-salt-policy-stat strong {
	color: #bfefff !important;
	font-size: 15px !important;
	font-weight: 800 !important;
	line-height: 1.22 !important;
	text-shadow: none !important;
}

body[class*="no-trust-suite_page_no-trust-"] .no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-card summary,
body[class*="no-trust-suite_page_no-trust-"] .no-trust-suite.nts-wrap:not(.nts-command-center) .nt-admin-preview-card summary,
body.no-trust-suite_page_no-trust-passphrase .nt-policy-card summary,
body.no-trust-suite_page_no-trust-salt .nt-salt-policy-card summary {
	padding: 14px 18px !important;
}

body[class*="no-trust-suite_page_no-trust-"] .no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-summary-action::after {
	content: "\25BE";
	margin-left: 8px;
	color: #87bceb;
	font-size: 11px;
	line-height: 1;
}

body[class*="no-trust-suite_page_no-trust-"] .no-trust-suite.nts-wrap:not(.nts-command-center) .nt-policy-card[open] summary .nt-policy-summary-action::after {
	content: "\25B4";
}
body.no-trust-suite_page_no-trust-base64 .no-trust-suite.nts-wrap:not(.nts-command-center) .nt-module-base64 .nt-policy-stat strong,
.no-trust-suite.nts-public-shortcode .nt-module-base64 .nt-policy-stat strong {
	color: #aecde0 !important;
	font-weight: 400 !important;
	text-shadow: none !important;
}

/* Public education cards use yellow titles across every Suite module. */
.no-trust-suite.nts-public-shortcode .nt-tool-card[class*="-education"] .nt-policy-section-head h2,
.no-trust-suite.nts-public-shortcode [class*="-education-grid"] summary,
.no-trust-suite.nts-public-shortcode [class*="-education-grid"] summary strong,
.no-trust-suite.nts-public-shortcode [class*="-education-grid"] summary span {
	color: var(--nt-public-title-soft, #d8c36a) !important;
	text-shadow: none !important;
}
