/* Pin modern X5-adjacent skin. */
html,
body {
	margin: 0;
	min-width: 0 !important;
	background: #f3f6fb;
	color: #333;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

body {
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
}

a {
	color: #2478c8;
	text-decoration: none;
}

a:hover {
	color: #0f5fa8;
	text-decoration: none;
}

.wp,
#wp,
#hd .wp,
#ft {
	box-sizing: border-box;
	width: min(100% - 32px, 1180px) !important;
	min-width: 0 !important;
	max-width: 1180px !important;
}

#wp.pin-shell {
	width: 100% !important;
	max-width: none !important;
	margin: 0;
	padding: 0;
}

.pin-appbar {
	position: sticky;
	top: 0;
	z-index: 30;
	background: #fff;
	border-top: 3px solid #2f80d0;
	border-bottom: 1px solid #d8e5f3;
	box-shadow: 0 6px 18px rgba(28, 76, 128, .08);
}

.pin-appbar-inner {
	display: grid;
	grid-template-columns: auto minmax(320px, 1fr) minmax(260px, 360px) auto;
	align-items: center;
	gap: 18px;
	width: min(100% - 32px, 1180px);
	min-height: 66px;
	margin: 0 auto;
}

.pin-brand {
	display: inline-flex;
	align-items: center;
	min-width: 130px;
	min-height: 48px;
	color: #222;
}

.pin-brand img {
	display: block;
	max-width: 168px;
	max-height: 46px;
}

.pin-nav,
.pin-mobile-nav {
	display: flex;
	align-items: center;
	gap: 2px;
	min-width: 0;
}

.pin-nav a,
.pin-mobile-nav a {
	display: inline-flex;
	align-items: center;
	height: 36px;
	padding: 0 12px;
	border-radius: 3px;
	color: #34495e;
	font-size: 14px;
	font-weight: 700;
	white-space: nowrap;
	transition: background .16s ease, color .16s ease;
}

.pin-nav a:hover,
.pin-nav a.is-active,
.pin-mobile-nav a:hover {
	background: #2f80d0;
	color: #fff;
}

.pin-command {
	display: grid;
	grid-template-columns: 1fr auto 36px;
	align-items: center;
	gap: 6px;
	height: 40px;
	padding: 3px;
	border: 1px solid #c8dced;
	border-radius: 4px;
	background: #f7fbff;
}

.pin-command input[type="search"],
.pin-command input[type="text"] {
	box-sizing: border-box;
	width: 100%;
	height: 32px;
	border: 0;
	outline: 0;
	background: transparent;
	color: #333;
	font-size: 13px;
}

.pin-command input::placeholder {
	color: #8799aa;
}

.pin-command button,
.pin-search-submit {
	position: relative;
	width: 34px;
	height: 34px;
	border: 0;
	border-radius: 3px;
	background: #2f80d0;
	cursor: pointer;
}

.pin-command button span,
.pin-search-submit span {
	position: absolute;
	top: 9px;
	left: 9px;
	width: 10px;
	height: 10px;
	border: 2px solid #fff;
	border-radius: 50%;
}

.pin-command button span:after,
.pin-search-submit span:after {
	content: "";
	position: absolute;
	right: -6px;
	bottom: -5px;
	width: 8px;
	height: 2px;
	border-radius: 1px;
	background: #fff;
	transform: rotate(45deg);
}

.pin-image-search,
.pin-upload-control {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 30px;
	padding: 0 9px;
	border: 1px solid #c8dced;
	border-radius: 3px;
	background: #fff;
	color: #2f80d0;
	font-size: 12px;
	font-weight: 700;
	cursor: pointer;
}

.pin-image-search input,
.pin-upload-control input {
	display: none;
}

.pin-userbar {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
	min-width: 0;
}

.pin-userbar #i18n-switch {
	display: inline-flex;
	align-items: center;
	height: 30px;
	padding: 0 9px;
	border: 1px solid #d8e5f3;
	border-radius: 3px;
	background: #f7fbff;
	color: #4a6075;
	font-size: 12px;
	font-weight: 700;
}

.pin-bell,
.pin-login,
.pin-register,
.pin-user {
	display: inline-flex;
	align-items: center;
	height: 32px;
	border-radius: 3px;
	font-size: 13px;
	font-weight: 700;
}

.pin-bell {
	width: 32px;
	justify-content: center;
	border: 1px solid #d8e5f3;
	background: #f7fbff;
}

.pin-bell:before {
	content: "";
	width: 12px;
	height: 13px;
	border: 2px solid #6b7f93;
	border-bottom: 0;
	border-radius: 7px 7px 0 0;
}

.pin-user {
	gap: 7px;
	padding: 0 9px 0 4px;
	border: 1px solid #d8e5f3;
	background: #fff;
	color: #333;
}

.pin-avatar,
.pin-avatar img {
	display: inline-flex;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	overflow: hidden;
}

.pin-login {
	padding: 0 11px;
	border: 1px solid #c8dced;
	background: #fff;
	color: #2f80d0;
}

.pin-register {
	padding: 0 11px;
	background: #2f80d0;
	color: #fff;
}

.pin-mobile-nav {
	display: none;
	width: min(100% - 24px, 1180px);
	margin: 0 auto;
	padding: 0 0 8px;
	overflow-x: auto;
}

.pin-main,
.pin-search-shell {
	width: min(100% - 32px, 1180px);
	margin: 0 auto;
	padding: 16px 0 34px;
}

.pin-crumb {
	display: flex;
	align-items: center;
	gap: 7px;
	min-height: 34px;
	color: #75899c;
	font-size: 12px;
}

.pin-panel,
.pin-book-card,
.pin-admin-panel,
.pin-search-card,
.pin-forum-section,
.pin-search-head,
.pin-board-head {
	border: 1px solid #d8e5f3;
	border-radius: 4px;
	background: #fff;
	box-shadow: 0 1px 2px rgba(28, 76, 128, .04);
}

.pin-board-head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 18px;
	align-items: center;
	padding: 16px 18px;
	margin-bottom: 12px;
	border-top: 3px solid #2f80d0;
}

.pin-title {
	margin: 0 0 6px;
	color: #27384a;
	font-size: 22px;
	line-height: 1.25;
	font-weight: 700;
	letter-spacing: 0;
}

.pin-board-sub {
	margin: 0;
	color: #65798d;
	font-size: 13px;
}

.pin-hero-actions,
.pin-sortbar,
.pin-toolbar-actions {
	display: flex;
	align-items: center;
	gap: 8px;
}

.pin-button,
.pin-button-secondary,
.pin-soft-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	height: 34px;
	padding: 0 12px;
	border: 1px solid #c8dced;
	border-radius: 3px;
	background: #fff;
	color: #2f80d0;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
}

.pin-button {
	border-color: #2f80d0;
	background: #2f80d0;
	color: #fff;
}

.pin-soft-button {
	background: #f7fbff;
	color: #4a6075;
}

.pin-stats {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-bottom: 12px;
	border: 1px solid #d8e5f3;
	border-radius: 4px;
	background: #fff;
}

.pin-stat {
	display: grid;
	grid-template-columns: 38px 1fr;
	gap: 10px;
	align-items: center;
	padding: 13px 15px;
	border-right: 1px solid #e6eef6;
}

.pin-stat:last-child {
	border-right: 0;
}

.pin-stat-icon {
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border-radius: 3px;
	background: #edf6ff;
	color: #2f80d0;
	font-size: 13px;
	font-weight: 700;
}

.pin-stat strong {
	display: block;
	color: #27384a;
	font-size: 18px;
	line-height: 1.1;
}

.pin-stat span {
	color: #65798d;
	font-size: 12px;
}

.pin-workspace {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: 12px;
	align-items: start;
}

.pin-library {
	min-width: 0;
}

.pin-filter-panel {
	margin-bottom: 12px;
	padding: 12px;
}

.pin-filter-panel h3,
.pin-admin-panel h3,
.pin-section-title {
	margin: 0 0 10px;
	color: #27384a;
	font-size: 15px;
	font-weight: 700;
}

.pin-filter-list {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-bottom: 12px;
}

.pin-filter-list a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-height: 28px;
	padding: 0 9px;
	border: 1px solid #d8e5f3;
	border-radius: 3px;
	background: #fff;
	color: #34495e;
	font-size: 12px;
	font-weight: 700;
}

.pin-filter-list a:hover,
.pin-filter-list a.is-active {
	border-color: #2f80d0;
	background: #edf6ff;
	color: #2f80d0;
}

.pin-filter-list span {
	color: inherit;
	opacity: .72;
}

.pin-side-search,
.pin-side-search form,
.pin-search-form {
	display: grid;
	grid-template-columns: minmax(160px, 1fr) minmax(160px, 1fr) auto auto;
	gap: 8px;
	align-items: center;
}

.pin-side-search {
	grid-template-columns: 220px minmax(0, 1fr);
}

.pin-side-search input,
.pin-control,
.pin-search-input {
	box-sizing: border-box;
	width: 100%;
	height: 34px;
	border: 1px solid #c8dced;
	border-radius: 3px;
	background: #fff;
	padding: 0 10px;
	color: #333;
	font-size: 13px;
}

.pin-content-head,
.pin-section-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 10px;
}

.pin-tabs {
	display: inline-flex;
	border: 1px solid #c8dced;
	border-radius: 3px;
	overflow: hidden;
	background: #fff;
}

.pin-tabs button,
.pin-tabs a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 34px;
	padding: 0 13px;
	border: 0;
	border-right: 1px solid #c8dced;
	background: #fff;
	color: #34495e;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
}

.pin-tabs button:last-child,
.pin-tabs a:last-child {
	border-right: 0;
}

.pin-tabs button.is-active,
.pin-tabs a.is-active {
	background: #2f80d0;
	color: #fff;
}

.pin-view-toggle {
	width: 34px;
	height: 34px;
	border: 1px solid #c8dced;
	border-radius: 3px;
	background: #fff;
	color: #2f80d0;
	font-size: 12px;
	font-weight: 700;
	cursor: pointer;
}

.pin-book-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin-bottom: 12px;
}

.pin-book-card {
	display: grid;
	grid-template-columns: 72px 1fr;
	gap: 10px;
	min-height: 102px;
	padding: 10px;
	color: #333;
	transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.pin-book-card:hover,
.pin-search-card:hover,
.pin-forum-row:hover {
	border-color: #9fc6e8;
	box-shadow: 0 7px 18px rgba(47, 128, 208, .1);
	transform: translateY(-1px);
}

.pin-cover,
.pin-result-thumb {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 72px;
	border-radius: 3px;
	overflow: hidden;
	background: linear-gradient(135deg, #eaf4ff, #cfe6fb);
	color: #2f80d0;
	font-size: 22px;
	font-weight: 700;
}

.pin-result-thumb {
	width: 104px;
	height: 78px;
	background: #edf6ff;
}

.pin-result-thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pin-cover em,
.pin-cover strong {
	display: none;
}

.pin-cover:after,
.pin-result-thumb:after {
	content: "";
	position: absolute;
	inset: 0;
	border: 1px solid rgba(47, 128, 208, .16);
	pointer-events: none;
}

.pin-book-title {
	display: block;
	margin: 0 0 4px;
	color: #27384a;
	font-size: 15px;
	line-height: 1.25;
	font-weight: 700;
}

.pin-book-meta,
.pin-book-sub {
	color: #65798d;
	font-size: 12px;
}

.pin-book-sub {
	display: block;
	min-height: 34px;
	margin: 4px 0 7px;
}

.pin-book-foot {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 7px;
	margin-top: auto;
	color: #75899c;
	font-size: 12px;
}

.pin-chip {
	display: inline-flex;
	align-items: center;
	height: 22px;
	padding: 0 7px;
	border: 1px solid #d8e5f3;
	border-radius: 3px;
	background: #f7fbff;
	color: #2f80d0;
	font-size: 12px;
	font-weight: 700;
}

.pin-admin-panel {
	overflow: hidden;
}

.pin-admin-head {
	padding: 14px 14px 8px;
	border-top: 3px solid #2f80d0;
}

.pin-admin-head p {
	margin: 4px 0 0;
}

.pin-admin-tabs {
	display: flex;
	border-top: 1px solid #e6eef6;
	border-bottom: 1px solid #e6eef6;
	background: #f7fbff;
}

.pin-admin-tabs button {
	flex: 1;
	height: 36px;
	border: 0;
	border-right: 1px solid #e6eef6;
	background: transparent;
	color: #4a6075;
	font-size: 12px;
	font-weight: 700;
	cursor: pointer;
}

.pin-admin-tabs button:last-child {
	border-right: 0;
}

.pin-admin-tabs button.is-active {
	background: #fff;
	color: #2f80d0;
}

.pin-admin-page {
	display: none;
	padding: 12px 14px 14px;
}

.pin-admin-page.is-active {
	display: block;
}

.pin-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 12px;
}

.pin-table th {
	color: #4a6075;
	font-weight: 700;
	text-align: left;
}

.pin-table th,
.pin-table td {
	padding: 8px 6px;
	border-bottom: 1px solid #e6eef6;
	vertical-align: top;
}

.pin-status {
	display: inline-flex;
	align-items: center;
	height: 20px;
	padding: 0 7px;
	border-radius: 3px;
	background: #ecfdf3;
	color: #027a48;
	font-size: 12px;
	font-weight: 700;
}

.pin-health {
	display: grid;
	gap: 6px;
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #c9ead8;
	border-radius: 3px;
	background: #f5fff8;
	color: #027a48;
}

.pin-health strong {
	font-size: 15px;
}

.pin-ledger {
	display: grid;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.pin-ledger li {
	display: grid;
	grid-template-columns: 20px 1fr auto;
	gap: 8px;
	align-items: center;
	min-height: 34px;
	border-bottom: 1px solid #e6eef6;
	color: #34495e;
	font-size: 12px;
}

.pin-ledger b {
	display: grid;
	place-items: center;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #edf6ff;
	color: #2f80d0;
	font-size: 11px;
}

.pin-ledger em {
	color: #027a48;
	font-style: normal;
	font-size: 12px;
	font-weight: 700;
}

.pin-forum-sections {
	display: grid;
	gap: 10px;
}

.pin-forum-section {
	overflow: hidden;
}

.pin-forum-section h3 {
	margin: 0;
	padding: 10px 12px;
	border-bottom: 1px solid #e6eef6;
	background: #f7fbff;
	color: #27384a;
	font-size: 15px;
	font-weight: 700;
}

.pin-forum-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pin-forum-row {
	display: grid;
	grid-template-columns: 38px 1fr auto;
	gap: 10px;
	align-items: center;
	min-width: 0;
	padding: 11px 12px;
	border-right: 1px solid #e6eef6;
	border-bottom: 1px solid #e6eef6;
	color: #34495e;
	transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.pin-forum-icon {
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border-radius: 3px;
	background: #edf6ff;
	color: #2f80d0;
	font-weight: 700;
}

.pin-forum-row strong {
	display: block;
	overflow: hidden;
	color: #27384a;
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pin-forum-row span {
	display: block;
	overflow: hidden;
	color: #65798d;
	font-size: 12px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pin-forum-count {
	color: #75899c;
	font-size: 12px;
	text-align: right;
}

.pin-search-head {
	display: grid;
	gap: 12px;
	padding: 16px;
	margin-bottom: 12px;
	border-top: 3px solid #2f80d0;
}

.pin-search-results {
	display: grid;
	gap: 10px;
}

.pin-search-card {
	display: grid;
	grid-template-columns: 104px minmax(0, 1fr);
	gap: 12px;
	padding: 12px;
}

.pin-search-card h3 {
	margin: 0 0 7px;
	font-size: 16px;
	line-height: 1.25;
	font-weight: 700;
}

.pin-search-card p {
	margin: 0 0 7px;
	color: #4a6075;
	font-size: 13px;
}

.pin-image-note {
	display: none;
	align-items: center;
	gap: 8px;
	min-height: 32px;
	padding: 7px 9px;
	border: 1px solid #c8dced;
	border-radius: 3px;
	background: #f7fbff;
	color: #2f80d0;
	font-size: 12px;
}

.pin-image-note.is-active {
	display: flex;
}

.pin-loading .pin-book-card,
.pin-loading .pin-search-card,
.pin-loading.pin-panel,
.pin-loading .pin-forum-section {
	position: relative;
	overflow: hidden;
}

.pin-loading .pin-book-card:after,
.pin-loading .pin-search-card:after,
.pin-loading.pin-panel:after,
.pin-loading .pin-forum-section:after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(100deg, transparent 10%, rgba(255, 255, 255, .82) 42%, transparent 66%);
	transform: translateX(-100%);
	animation: pin-shimmer 1s ease;
	pointer-events: none;
}

@keyframes pin-shimmer {
	to { transform: translateX(100%); }
}

#ft {
	margin: 0 auto;
	padding: 22px 0 32px;
	color: #65798d;
}

#ft a {
	color: #4a6075;
}

.p_pop {
	border: 1px solid #c8dced;
	border-radius: 4px;
	box-shadow: 0 10px 24px rgba(28, 76, 128, .16);
}

/* Concept 2 + 3: compact resource forum and image-led thread rows. */
.pg_forumdisplay #pt,
.pg_viewthread #pt {
	width: min(100% - 32px, 1180px);
	margin: 14px auto 10px;
	border: 0;
	background: transparent;
	color: #65798d;
}

.pg_forumdisplay #pt .nvhm,
.pg_viewthread #pt .nvhm {
	width: auto;
	padding-left: 0;
	background: none;
	text-indent: 0;
}

.pg_forumdisplay #ct {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 300px;
	gap: 12px;
	width: min(100% - 32px, 1180px) !important;
}

.pg_forumdisplay #ct.ct2 .mn,
.pg_forumdisplay #ct .mn {
	width: auto !important;
	min-width: 0;
}

.pg_forumdisplay #ct.ct2 .sd,
.pg_forumdisplay #ct .sd {
	width: auto;
	margin: 0;
}

.pg_forumdisplay .bml,
.pg_forumdisplay #threadlist,
.pg_forumdisplay .ttp,
.pg_forumdisplay #pgt,
.pg_forumdisplay .sd .bm {
	border: 1px solid #d8e5f3;
	border-radius: 4px;
	background: #fff;
	box-shadow: 0 1px 2px rgba(28, 76, 128, .04);
}

.pg_forumdisplay .bml {
	border-top: 3px solid #2f80d0;
}

.pg_forumdisplay .bm_h {
	border-bottom-color: #e6eef6;
	background: #fff;
}

.pg_forumdisplay .bml .bm_h h1,
.pg_forumdisplay .bml .bm_h h1 a {
	color: #27384a;
	font-size: 18px;
	font-weight: 700;
}

.pg_forumdisplay #pgt {
	padding: 10px 12px;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.pg_forumdisplay .ttp {
	margin-bottom: 10px;
	padding: 8px 10px;
}

.pg_forumdisplay .ttp li a {
	border-radius: 3px;
	font-weight: 700;
}

.pg_forumdisplay .ttp .a a,
.pg_forumdisplay .ttp a:hover {
	border-color: #2f80d0;
	background: #2f80d0;
	color: #fff;
}

.pin-resource-threadlist {
	overflow: hidden;
	border-top: 3px solid #2f80d0;
}

.pin-resource-threadlist .th {
	border-bottom: 1px solid #e6eef6;
	background: #f7fbff;
}

.pin-resource-threadlist .th table {
	table-layout: fixed;
}

.pin-resource-threadlist .bm_c {
	padding: 0;
}

.pin-resource-threadlist table {
	width: 100%;
	table-layout: fixed;
}

.pin-resource-threadlist tbody {
	transition: background .16s ease;
}

.pin-resource-threadlist tbody:hover {
	background: #fbfdff;
}

.pin-resource-threadlist td,
.pin-resource-threadlist th {
	border-bottom: 1px solid #edf2f7;
}

.pin-resource-threadlist td.icn {
	width: 30px;
	padding-left: 10px;
}

.pin-resource-threadlist th {
	min-height: 74px;
	padding: 10px 10px 10px 0;
	font-weight: 400;
}

.pin-resource-threadlist .pin-thread-thumb {
	float: left;
	display: grid;
	place-items: center;
	position: relative;
	width: 92px;
	height: 58px;
	margin: 0 12px 0 0;
	border: 1px solid #d8e5f3;
	border-radius: 4px;
	overflow: hidden;
	background: linear-gradient(135deg, #edf6ff, #dceeff);
	color: #2f80d0;
	font-size: 12px;
	font-weight: 800;
}

.pin-resource-threadlist .pin-thread-thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pin-resource-threadlist .pin-thread-thumb-cell p {
	position: absolute;
	inset: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #edf6ff;
}

.pin-resource-threadlist .pin-thread-thumb-cell p img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pin-resource-threadlist .pin-thread-thumb-cell p img:not(:first-child) {
	display: none;
}

.pin-resource-threadlist .xst {
	color: #1f2d3d;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.35;
}

.pin-resource-threadlist .tbox,
.pin-resource-threadlist .tps a,
.pin-resource-threadlist .tps span,
.pin-resource-threadlist .xi1 {
	border-radius: 3px;
}

.pin-resource-threadlist .by,
.pin-resource-threadlist .num {
	color: #65798d;
	font-size: 12px;
}

.pin-resource-threadlist .by cite,
.pin-resource-threadlist .num a {
	color: #27384a;
	font-weight: 700;
}

.pg_forumdisplay .sd .bm {
	margin-bottom: 10px;
	overflow: hidden;
}

.pg_forumdisplay .sd .bm_h {
	padding: 10px 12px;
	background: #fff;
}

.pg_forumdisplay .sd .bm_h h2 {
	color: #27384a;
	font-size: 14px;
	font-weight: 700;
}

.pg_forumdisplay .sd .bm_c {
	padding: 12px;
}

.pg_forumdisplay .pgsbtn,
.pg_forumdisplay .pgb a,
.pg_viewthread .pgsbtn,
.pg_viewthread .pgb a {
	border-radius: 3px;
}

@media (max-width: 1120px) {
	.pin-appbar-inner {
		grid-template-columns: auto 1fr auto;
	}

	.pin-command {
		display: none;
	}

	.pin-workspace {
		grid-template-columns: 1fr;
	}

	.pin-admin-panel {
		order: 2;
	}

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

@media (max-width: 760px) {
	.wp,
	#wp,
	#ft,
	.pin-main,
	.pin-search-shell {
		width: min(100% - 20px, 100%) !important;
	}

	.pin-appbar-inner {
		grid-template-columns: 1fr auto;
		width: min(100% - 20px, 100%);
		min-height: 56px;
		gap: 10px;
	}

	.pin-nav {
		display: none;
	}

	.pin-user strong,
	.pin-register,
	.pin-admin-link {
		display: none;
	}

	.pin-mobile-nav {
		display: flex;
		gap: 4px;
	}

	.pin-board-head,
	.pin-content-head,
	.pin-section-head {
		grid-template-columns: 1fr;
		display: grid;
	}

	.pin-hero-actions,
	.pin-sortbar,
	.pin-toolbar-actions {
		flex-wrap: wrap;
	}

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

	.pin-stat {
		border-right: 0;
		border-bottom: 1px solid #e6eef6;
	}

	.pin-side-search,
	.pin-side-search form,
	.pin-search-form {
		grid-template-columns: 1fr;
	}

	.pin-book-grid,
	.pin-forum-list {
		grid-template-columns: 1fr;
	}

	.pin-search-card {
		grid-template-columns: 82px minmax(0, 1fr);
	}

	.pin-result-thumb {
		width: 82px;
		height: 70px;
	}

	.pg_forumdisplay #ct {
		display: block;
		width: min(100% - 20px, 100%) !important;
	}

	.pg_forumdisplay #ct .sd {
		display: none;
	}

	.pg_forumdisplay #pt {
		line-height: 1.6;
		white-space: normal;
	}

	.pg_forumdisplay .bm_h {
		height: auto !important;
		min-height: 0;
		line-height: 1.6;
	}

	.pg_forumdisplay .bm_h h1,
	.pg_forumdisplay .bm_h h2,
	.pg_forumdisplay .bm_h .xs2 {
		display: block;
		float: none;
		margin: 0 0 4px;
		line-height: 1.4;
	}

	.pg_forumdisplay .bm_h .y {
		float: none;
		display: flex;
		flex-wrap: wrap;
		gap: 6px;
		margin-top: 6px;
		line-height: 1.5;
	}

	.pg_forumdisplay .pgs {
		display: flex;
		flex-wrap: wrap;
		gap: 8px;
		align-items: center;
	}

	.pg_forumdisplay .pg,
	.pg_forumdisplay .pgb {
		display: flex;
		flex-wrap: wrap;
		gap: 4px;
	}

	.pin-resource-threadlist .th,
	.pin-resource-threadlist td.icn,
	.pin-resource-threadlist td.o,
	.pin-resource-threadlist td.by,
	.pin-resource-threadlist td.num {
		display: none;
	}

	.pin-resource-threadlist table,
	.pin-resource-threadlist tbody,
	.pin-resource-threadlist tr,
	.pin-resource-threadlist th {
		display: block;
		width: 100% !important;
		box-sizing: border-box;
	}

	.pin-resource-threadlist th {
		min-height: 88px;
		padding: 12px;
	}

	.pin-resource-threadlist .pin-thread-thumb {
		width: 86px;
		height: 66px;
	}

	.pin-resource-threadlist .xst {
		display: block;
		padding-top: 2px;
		font-size: 15px;
	}
}
