.auno-shell {
	color: var(--ca-text);
}

.auno-panel {
	background: rgba(17, 34, 64, 0.92);
	border: 1px solid var(--ca-border);
	box-shadow: var(--ca-card-shadow);
	padding: 1rem 1.1rem;
}

.auno-main-panel {
	min-height: 24rem;
	overflow: visible;
}

.auno-nano-page {
	width: 100%;
	overflow: visible;
}

.auno-panel-title,
.auno-page-title,
.auno-group-title {
	color: #f0c060;
	font-size: 1rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	margin: 0 0 0.75rem;
}

.auno-page-title {
	font-size: 1.25rem;
}

.auno-group-title {
	margin: 1rem 0 0;
	padding: 0.45rem 0.75rem;
	border-top: none;
	background: linear-gradient(
		180deg,
		#3d6288 0%,
		#2a4a6e 35%,
		#1e3854 70%,
		#152a40 100%
	);
	border: 1px solid rgba(110, 180, 220, 0.45);
	border-left: 3px solid #75c8ef;
	box-shadow:
		inset 0 1px 0 rgba(160, 210, 245, 0.25),
		inset 0 -1px 0 rgba(0, 0, 0, 0.35);
}

.auno-side-nav {
	list-style: none;
	margin: 0;
	padding: 0;
}

.auno-side-nav li + li {
	margin-top: 0.15rem;
}

.auno-side-nav a {
	display: block;
	padding: 0.35rem 0.5rem;
	color: #75c8ef;
	text-decoration: none;
	border-left: 3px solid transparent;
}

.auno-side-nav a:hover,
.auno-side-nav a.active {
	color: #ffe094;
	border-left-color: #75c8ef;
	background: rgba(61, 126, 230, 0.12);
}

.auno-sub-nav {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
}

.auno-sub-nav li + li {
	margin-top: 0;
}

.auno-sub-nav a {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0.55rem 0.85rem;
	border-radius: 0;
	border-left: none;
	background: linear-gradient(
		180deg,
		#5a8fbd 0%,
		#3d6f9a 14%,
		#2a5278 45%,
		#1b3a58 78%,
		#122a42 100%
	);
	border: 2px solid #6eb4dc;
	box-shadow:
		inset 0 1px 0 rgba(190, 225, 255, 0.5),
		inset 0 -1px 0 rgba(0, 0, 0, 0.55),
		0 1px 3px rgba(0, 0, 0, 0.4);
	color: #e8f4fc !important;
	font-size: 0.8rem;
	font-weight: 600;
	text-align: left;
	text-transform: uppercase;
	text-decoration: none;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.65);
	letter-spacing: 0.03em;
}

.auno-sub-nav a:hover,
.auno-sub-nav a:focus {
	background: linear-gradient(
		180deg,
		#6ea6cf 0%,
		#4a85b0 14%,
		#356892 45%,
		#234e72 78%,
		#173a58 100%
	);
	border-color: #9ad0f0;
	color: #ffffff !important;
	box-shadow:
		inset 0 1px 0 rgba(210, 240, 255, 0.62),
		inset 0 -1px 0 rgba(0, 0, 0, 0.45),
		0 0 10px rgba(90, 170, 230, 0.28);
}

.auno-sub-nav a.active {
	background: linear-gradient(
		180deg,
		#3f7098 0%,
		#2a5578 40%,
		#183850 100%
	);
	border-color: #75c8ef;
	color: #ffffff !important;
	box-shadow:
		inset 0 2px 5px rgba(0, 0, 0, 0.5),
		inset 0 1px 0 rgba(130, 190, 230, 0.25);
}

.auno-table {
	--bs-table-bg: transparent;
	--bs-table-color: var(--ca-text);
	--bs-table-border-color: rgba(42, 74, 122, 0.65);
	margin-bottom: 0;
}

.auno-table thead th {
	color: #9adbff;
	font-size: 0.78rem;
	text-transform: uppercase;
	white-space: nowrap;
}

.auno-name-cell {
	min-width: 18rem;
}

.auno-nano-list {
	width: 100%;
}

.auno-nano-row {
	display: flex;
	align-items: stretch;
	width: 100%;
	border-bottom: 1px solid rgba(42, 74, 122, 0.65);
}

.auno-nano-row:last-child {
	border-bottom: none;
}

.auno-nano-header {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 30;
	width: 100%;
	box-sizing: border-box;
	border-bottom: 1px solid rgba(117, 200, 239, 0.35);
	background: linear-gradient(
		180deg,
		#5a8fbd 0%,
		#3d6f9a 14%,
		#2a5278 45%,
		#1b3a58 78%,
		#122a42 100%
	);
	border: 2px solid #6eb4dc;
	box-shadow:
		inset 0 1px 0 rgba(190, 225, 255, 0.5),
		inset 0 -1px 0 rgba(0, 0, 0, 0.55),
		0 2px 8px rgba(0, 0, 0, 0.45);
}

.auno-nano-list-head {
	margin-bottom: 0.5rem;
}

.auno-nano-page > .auno-group:first-of-type .auno-group-title {
	margin-top: 0.5rem;
}

.auno-nano-header .auno-nano-name-head,
.auno-nano-header .auno-stat-col {
	color: #9adbff;
	font-size: 0.78rem;
	font-weight: 600;
	text-transform: uppercase;
	background: transparent;
}

.auno-nano-header .auno-nano-name-head {
	padding-left: 50px;
}

.auno-nano-name-head,
.auno-nano-name {
	flex: 1 1 auto;
	min-width: 0;
	padding: 0.55rem 0.75rem 0.55rem 0;
}

.auno-nano-stats {
	flex: 0 0 auto;
	width: auto;
	min-width: 0;
	display: grid;
	grid-template-columns: repeat(9, 2.35rem);
	align-items: stretch;
	background: rgba(117, 200, 239, 0.05);
	border-left: 1px solid rgba(117, 200, 239, 0.55);
	border-right: 1px solid rgba(117, 200, 239, 0.55);
}

.auno-nano-header .auno-nano-stats {
	background: transparent;
	border-left-color: rgba(110, 180, 220, 0.45);
	border-right: none;
}

.auno-nano-stats .auno-stat-col {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.45rem 0.15rem;
	border-left: 1px solid rgba(117, 200, 239, 0.55);
	color: #f0c060;
	font-size: 0.82rem;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
}

.auno-nano-stats .auno-stat-col:first-child {
	border-left: none;
}

.auno-item-link {
	display: flex;
	align-items: flex-start;
	gap: 0.55rem;
	color: #ffe094;
	text-decoration: none;
}

.auno-item-link:hover {
	color: #ffffff;
}

.auno-item-link small {
	display: block;
	color: var(--ca-text-muted);
	font-weight: 400;
	margin-top: 0.15rem;
}

.auno-icon {
	width: 32px;
	height: 32px;
	object-fit: contain;
	flex-shrink: 0;
	background: rgba(0, 0, 0, 0.35);
	border: 1px solid rgba(117, 200, 239, 0.35);
}

.auno-item-page .auno-page-title {
	font-size: 1.05rem;
	margin-bottom: 1rem;
	padding-bottom: 0.5rem;
	border-bottom: 1px solid rgba(117, 200, 239, 0.25);
}

.auno-item-header {
	display: flex;
	gap: 1rem;
	align-items: flex-start;
	margin-bottom: 1.25rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid rgba(117, 200, 239, 0.2);
}

.auno-item-icon {
	width: 64px;
	height: 64px;
	object-fit: contain;
	flex-shrink: 0;
	background: rgba(0, 0, 0, 0.35);
	border: 1px solid rgba(117, 200, 239, 0.35);
}

.auno-item-name {
	font-size: 1.35rem;
	text-transform: none;
	letter-spacing: normal;
	color: #ffe094;
	margin-bottom: 0.35rem;
}

.auno-item-desc {
	color: var(--ca-text-muted);
	margin: 0;
	line-height: 1.5;
}

.auno-detail-table-wrap {
	overflow-x: auto;
	margin-bottom: 0.75rem;
	-webkit-overflow-scrolling: touch;
}

.auno-detail-table {
	--bs-table-bg: transparent;
	--bs-table-border-color: rgba(42, 74, 122, 0.65);
	margin-bottom: 0;
	border-collapse: separate;
	border-spacing: 0;
}

.auno-detail-table > :not(caption) > * > * {
	padding: 0.55rem 0.75rem;
	line-height: 1.45;
	vertical-align: top;
}

.auno-item-meta-table {
	width: auto;
	max-width: 42rem;
}

.auno-detail-table-wide {
	width: max-content;
	max-width: 100%;
}

.auno-detail-table tbody th {
	width: 10rem;
	min-width: 8rem;
	color: #9adbff;
	font-weight: 600;
	white-space: nowrap;
}

.auno-detail-table tbody td {
	color: #e8f0fa;
	word-break: break-word;
}

.auno-item-meta-table tbody td {
	color: #f0c060;
}

.auno-detail-table thead th {
	color: #9adbff;
	font-size: 0.78rem;
	font-weight: 600;
	text-transform: uppercase;
	background: rgba(26, 51, 88, 0.55);
	border-bottom: 1px solid rgba(117, 200, 239, 0.35);
	white-space: nowrap;
}

.auno-detail-table tbody tr:nth-child(even) {
	background: rgba(0, 0, 0, 0.12);
}

.auno-detail-table tbody tr:hover {
	background: rgba(61, 126, 230, 0.08);
}

.auno-detail-table a {
	color: #75c8ef;
	text-decoration: none;
}

.auno-detail-table a:hover {
	color: #ffe094;
}

.auno-subtitle {
	color: #75c8ef;
	font-size: 0.95rem;
	margin: 1.25rem 0 0.5rem;
	text-transform: uppercase;
}

.auno-search-form .form-control,
.auno-search-form .form-select {
	background: var(--ca-input-bg);
	border-color: var(--ca-input-border);
	color: var(--ca-text);
}

.auno-search-form .form-control:focus,
.auno-search-form .form-select:focus {
	background: var(--ca-input-bg);
	color: var(--ca-text);
	border-color: var(--ca-accent);
	box-shadow: 0 0 0 0.2rem rgba(61, 126, 230, 0.2);
}

.auno-group + .auno-group {
	margin-top: 1rem;
}

.auno-search-page {
	width: auto;
	max-width: none;
	margin: 0 100px;
}

.auno-search-results {
	border-top: 1px solid rgba(117, 200, 239, 0.25);
	padding-top: 1rem;
	margin: 0 100px;
}

.auno-search-results-only {
	border-top: none;
	padding-top: 0;
	margin-top: 0;
}

.auno-search-not-found {
	color: #f0c060;
	font-size: 1.45rem;
	font-weight: 700;
	text-align: center;
	margin: 2.5rem 0 1rem;
	letter-spacing: 0.02em;
}

.auno-search-back {
	text-align: center;
	margin: 0 0 1.5rem;
}

.auno-search-back a {
	color: #75c8ef;
	text-decoration: none;
}

.auno-search-back a:hover {
	color: #ffe094;
}

.auno-fieldset {
	border: 1px solid rgba(117, 200, 239, 0.35);
	border-radius: 0.25rem;
	padding: 0.85rem 1rem 1rem;
	margin: 0 0 1rem;
	background: rgba(0, 0, 0, 0.15);
}

.auno-fieldset-center {
	text-align: center;
}

.auno-fieldset legend {
	float: none;
	width: auto;
	padding: 0 0.35rem;
	margin-bottom: 0.35rem;
	font-size: 0.85rem;
	color: #9adbff;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.auno-search-row {
	display: flex;
	gap: 0.5rem;
	align-items: center;
}

.auno-search-name {
	flex: 1 1 auto;
	min-width: 0;
	background: var(--ca-input-bg);
	border: 1px solid var(--ca-input-border);
	color: var(--ca-text);
	padding: 0.35rem 0.5rem;
}

.auno-search-submit {
	flex: 0 0 auto;
	min-width: 5rem;
}

.auno-search-table {
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
	font-size: 0.85rem;
}

.auno-search-table td {
	padding: 0.2rem 0.25rem;
	vertical-align: middle;
}

.auno-search-table .skey {
	color: #9adbff;
	white-space: nowrap;
	width: 4.5rem;
}

.auno-search-table .spad {
	width: 0.75rem;
}

.auno-select,
.auno-ql-input,
.auno-conditions {
	background: var(--ca-input-bg);
	border: 1px solid var(--ca-input-border);
	color: var(--ca-text);
}

.auno-select.bopt {
	width: 4.6rem;
	max-width: 100%;
}

.auno-select.bopt-wide {
	width: 8.75rem;
	max-width: 100%;
}

.auno-select.qopt {
	width: 4.6rem;
	max-width: 100%;
}

.auno-select.prop {
	width: 7.5rem;
	max-width: 100%;
	vertical-align: top;
}

.auno-ql-input {
	width: 3.6rem;
	text-align: right;
}

.auno-prop-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.35rem;
}

.auno-arb-toolbar {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 0.5rem;
	margin-bottom: 0.5rem;
}

.auno-arb-controls {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
	align-items: center;
}

.auno-conditions {
	width: 100%;
	box-sizing: border-box;
	font-family: Consolas, monospace;
	font-size: 0.8rem;
}

.auno-search-help {
	margin: 0.5rem 0 0;
	padding-left: 1.1rem;
	color: var(--ca-text-muted);
	font-size: 0.78rem;
}

.auno-result-meta {
	color: var(--ca-text-muted);
	font-size: 0.85rem;
	margin-bottom: 0.75rem;
}

.auno-result-meta a {
	color: #75c8ef;
}

@media (max-width: 991px) {
	.auno-search-page,
	.auno-search-results {
		margin-left: 1.5rem;
		margin-right: 1.5rem;
	}
}

@media (max-width: 767px) {
	.auno-search-table,
	.auno-search-table tbody,
	.auno-search-table tr,
	.auno-search-table td {
		display: block;
		width: 100%;
	}

	.auno-search-table .spad {
		display: none;
	}

	.auno-search-table .skey {
		padding-top: 0.5rem;
	}
}

.auno-comments {
	margin-top: 1.5rem;
	border-top: 1px solid rgba(117, 200, 239, 0.25);
	padding-top: 1rem;
}

.auno-comment-head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 0.75rem;
	margin-bottom: 0.5rem;
}

.auno-comment-head .auno-subtitle {
	margin: 0;
}

.auno-comment-head span,
.auno-comment-empty {
	color: var(--ca-text-muted);
	font-size: 0.8rem;
}

.auno-comment-empty {
	margin: 0;
}

.auno-comment-forum {
	margin: 0 0 0.75rem;
}

.auno-comment-forum a {
	color: #75c8ef;
	font-size: 0.85rem;
}

.auno-comment-forum a:hover {
	color: #9adbff;
}

.auno-comment-list {
	display: grid;
	gap: 0.65rem;
}

.auno-comment {
	border: 1px solid rgba(42, 74, 122, 0.85);
	background: rgba(8, 16, 32, 0.65);
	border-radius: 4px;
	overflow: hidden;
}

.auno-comment-meta {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 0.65rem;
	padding: 0.45rem 0.65rem;
	background: rgba(26, 51, 88, 0.75);
	border-bottom: 1px solid rgba(42, 74, 122, 0.65);
}

.auno-comment-meta strong {
	color: #f0c060;
	font-size: 0.85rem;
}

.auno-comment-meta span {
	color: var(--ca-text-muted);
	font-size: 0.75rem;
	white-space: nowrap;
}

.auno-comment-body {
	padding: 0.65rem;
	color: #d8e8f8;
	line-height: 1.45;
	font-size: 0.85rem;
	overflow-wrap: anywhere;
}
