/* PC ???? + ???? */

:root {
  --pc-max: 1200px;
  --pc-side: 300px;
  --pc-gap: 22px;
  --primary: #2563eb;
  --primary-deep: #1d4ed8;
  --primary-soft: #dbeafe;
  --green: #2563eb;
  --green-bright: #2563eb;
  --green-soft: #dbeafe;
}

body {
  background:
    radial-gradient(900px 420px at 10% -8%, rgba(37, 99, 235, 0.08), transparent 50%),
    #f1f5f9 !important;
}

.topbar-inner,
.main {
  max-width: var(--pc-max);
}

.topbar {
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(226, 232, 240, 0.95) !important;
}

/* ?? / ?????? */
.login-btn,
.logout-btn,
a.login-btn,
a.logout-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  padding: 0 16px;
  line-height: 1;
  vertical-align: middle;
  box-sizing: border-box;
  background: var(--primary) !important;
  box-shadow: 0 8px 18px rgba(37, 99, 235, 0.28) !important;
}

.main {
  padding: 24px 24px 40px;
}

.page-grid {
  grid-template-columns: var(--pc-side) minmax(0, 1fr);
  gap: var(--pc-gap);
}

.sidebar {
  top: 88px;
  gap: 14px;
}

/* ???? Tab ???? */
.seg-tabs[data-v-af722da6] {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  padding: 12px;
  background: linear-gradient(180deg, #f8fbff, #f1f5f9) !important;
}

.seg-tab[data-v-af722da6] {
  padding: 12px 10px;
  border-radius: 14px !important;
}

.seg-tab.active[data-v-af722da6] {
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.1) !important;
}

.hub-panel[data-v-af722da6] {
  min-height: 520px;
  border: 1px solid rgba(226, 232, 240, 0.95) !important;
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.05) !important;
}

/* ????????????? */
.hub-panel.green .seg-tab.active .seg-count[data-v-af722da6] {
  color: var(--primary) !important;
}
.hub-panel.green .filter-tag.active[data-v-af722da6] {
  background: var(--primary) !important;
  color: #fff !important;
}
.hub-panel.green .tag[data-v-af722da6],
.hub-panel.green .app-cat.primary[data-v-af722da6] {
  color: var(--primary-deep) !important;
  background: var(--primary-soft) !important;
}
.hub-panel.green .app-card[data-v-af722da6]:hover {
  border-color: rgba(37, 99, 235, 0.35) !important;
}

.tag-row[data-v-af722da6] {
  padding: 14px 18px 0;
  position: sticky;
  top: 68px;
  z-index: 2;
  background: linear-gradient(#fff 70%, rgba(255, 255, 255, 0.92));
}

.filter-tag.active[data-v-af722da6] {
  background: var(--primary) !important;
}

.list[data-v-af722da6] {
  padding: 8px 10px 18px;
}

.app-grid[data-v-af722da6] {
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 12px;
  padding: 16px 18px 20px;
}

/* ?? Hero */
.hero[data-v-995f3536] {
  min-height: 200px !important;
  background: linear-gradient(145deg, #1e40af, #2563eb 55%, #38bdf8) !important;
  box-shadow: 0 18px 40px rgba(37, 99, 235, 0.22) !important;
}
.hero[data-v-995f3536] .mask,
.hero.school .mask {
  background: linear-gradient(165deg, rgba(30, 64, 175, 0.15), rgba(15, 23, 42, 0.55)) !important;
}

/* ?? Hero ?? */
.hero[data-v-020872b3] {
  min-height: 200px !important;
  background: linear-gradient(145deg, #1d4ed8, #2563eb 50%, #0ea5e9) !important;
  box-shadow: 0 18px 40px rgba(37, 99, 235, 0.22) !important;
}
.hero[data-v-020872b3] .mask {
  background: linear-gradient(165deg, rgba(37, 99, 235, 0.2), rgba(15, 23, 42, 0.62)) !important;
}

.hero-body[data-v-995f3536],
.hero-body[data-v-020872b3] {
  padding: 22px 18px !important;
}

.hero-body h1[data-v-995f3536] {
  font-size: 22px !important;
  line-height: 1.3 !important;
}

.hero-body h1[data-v-020872b3] {
  font-size: 20px !important;
  line-height: 1.3 !important;
}

.stats[data-v-995f3536],
.stats[data-v-020872b3] {
  padding: 8px !important;
  border-radius: 16px !important;
  background: #fff !important;
  border: 1px solid rgba(226, 232, 240, 0.95) !important;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04) !important;
}

.stat[data-v-995f3536],
.stat[data-v-020872b3] {
  padding: 12px 4px !important;
}

.stat strong[data-v-995f3536],
.stat strong[data-v-020872b3] {
  font-size: 18px !important;
  color: var(--primary-deep) !important;
}

.content-head[data-v-995f3536],
.content-head[data-v-020872b3] {
  align-items: center;
  margin-bottom: 16px;
  padding: 4px 2px 0;
}

.content-head h2[data-v-995f3536],
.content-head h2[data-v-020872b3] {
  font-size: 24px !important;
  letter-spacing: -0.02em;
}

.crumb[data-v-995f3536],
.crumb[data-v-020872b3],
.crumb {
  font-size: 13px !important;
  color: #64748b !important;
  margin-bottom: 6px !important;
  font-weight: 500;
}

.compose[data-v-995f3536],
.compose[data-v-020872b3],
.compose[data-v-31c2db39] {
  white-space: nowrap;
  background: linear-gradient(135deg, #2563eb, #1d4ed8) !important;
  box-shadow: 0 12px 24px rgba(37, 99, 235, 0.28) !important;
  border-radius: 999px !important;
}

.compose[data-v-020872b3] {
  background: linear-gradient(135deg, #2563eb, #1d4ed8) !important;
  box-shadow: 0 12px 24px rgba(37, 99, 235, 0.28) !important;
}

.top-nav a.nav-link.active,
.top-nav a.active,
.top-nav a.is-home {
  color: #fff !important;
  background: var(--primary) !important;
  box-shadow: 0 8px 18px rgba(37, 99, 235, 0.28) !important;
}

.side-block[data-v-995f3536],
.side-block[data-v-020872b3] {
  padding: 14px !important;
  border-radius: 18px !important;
  border: 1px solid rgba(226, 232, 240, 0.95) !important;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04) !important;
}

.mine-entry,
a.mine-entry {
  border-radius: 16px !important;
  border: 1px solid rgba(191, 219, 254, 0.95) !important;
  background: linear-gradient(135deg, #eff6ff, #dbeafe) !important;
  color: #0f172a !important;
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.08) !important;
}

.mine-entry .label,
a.mine-entry .label {
  color: #64748b !important;
  opacity: 1 !important;
}

.mine-entry .name,
a.mine-entry .name,
.mine-entry > div > div:nth-child(2) {
  color: #0f172a !important;
}

.mine-entry .sub,
a.mine-entry .sub,
.mine-entry > div > div:nth-child(3) {
  color: #64748b !important;
  opacity: 1 !important;
}

.mine-entry .go,
a.mine-entry .go {
  background: #2563eb !important;
  color: #fff !important;
  box-shadow: 0 6px 14px rgba(37, 99, 235, 0.25);
}

.empty[data-v-af722da6] {
  padding: 48px 24px 28px !important;
  color: #94a3b8 !important;
}

/* ???????enhance ??? */
.pc-empty-rich {
  text-align: center;
  padding: 36px 20px 28px;
}
.pc-empty-rich .icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 14px;
  border-radius: 20px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, #dbeafe, #eff6ff);
  color: var(--primary);
  font-size: 28px;
  font-weight: 700;
  box-shadow: inset 0 0 0 1px rgba(37, 99, 235, 0.12);
}
.pc-empty-rich h3 {
  margin: 0 0 8px;
  font-size: 16px;
  color: #0f172a;
}
.pc-empty-rich p {
  margin: 0 auto 16px;
  max-width: 36ch;
  font-size: 13px;
  line-height: 1.6;
  color: #64748b;
}
.pc-empty-tips {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  text-align: left;
  margin-top: 8px;
}
.pc-empty-tips .tip {
  padding: 12px;
  border-radius: 14px;
  background: #f8fbff;
  border: 1px solid #e2e8f0;
}
.pc-empty-tips strong {
  display: block;
  font-size: 13px;
  margin-bottom: 4px;
  color: #1e3a8a;
}
.pc-empty-tips span {
  font-size: 12px;
  color: #64748b;
  line-height: 1.45;
}

/* ??? / ?????PC ????????? 1200? */
.user-page[data-v-31c2db39],
.user-page {
  max-width: var(--pc-max) !important;
  width: 100% !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: 320px minmax(0, 1fr) !important;
  gap: 24px !important;
  align-items: start !important;
}
.profile[data-v-31c2db39],
.user-page .profile {
  grid-column: 1;
  position: sticky !important;
  top: 76px !important;
  padding: 24px !important;
  border-radius: 20px !important;
  border: 1px solid rgba(226, 232, 240, 0.95) !important;
  background: #fff !important;
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.05) !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 16px !important;
  min-height: 420px !important;
}
.profile[data-v-31c2db39] > header,
.user-page .profile > header {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  gap: 14px !important;
}
.profile .avatar[data-v-31c2db39],
.user-page .profile .avatar {
  width: 96px !important;
  height: 96px !important;
  border-radius: 50% !important;
  flex-shrink: 0 !important;
  background: linear-gradient(145deg, #2563eb, #38bdf8) !important;
  object-fit: cover !important;
  box-shadow: 0 10px 24px rgba(37, 99, 235, 0.18);
}
.profile .info[data-v-31c2db39],
.user-page .profile .info {
  width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 6px !important;
}
.profile .info h1,
.user-page .profile .info h1 {
  margin: 0 !important;
  font-size: 22px !important;
  line-height: 1.25 !important;
  font-weight: 750 !important;
  color: #0f172a !important;
}
.profile .info > p,
.user-page .profile .info > p {
  margin: 0 !important;
  font-size: 13px !important;
  color: #64748b !important;
}
.user-chip-link img,
.top-actions img {
  background: linear-gradient(145deg, #2563eb, #38bdf8) !important;
  object-fit: cover;
}

.pc-profile-toolbar {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
  padding-top: 4px;
  margin-top: 0;
  border-top: 0;
  order: 5;
}
.pc-profile-toolbar .pc-settings-btn {
  width: 100%;
  height: 40px;
  padding: 0 14px;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  background: #fff;
  color: #334155;
  font-size: 13px;
  font-weight: 600;
  box-shadow: none;
}
.pc-profile-toolbar .pc-settings-btn:hover {
  background: #f8fafc;
  border-color: #cbd5e1;
}
.pc-profile-toolbar .compose,
.pc-profile-toolbar button.compose {
  margin-left: 0 !important;
  width: 100% !important;
  height: 42px !important;
  padding: 0 18px !important;
  border-radius: 10px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  box-shadow: 0 8px 18px rgba(37, 99, 235, 0.22) !important;
}

.user-page .pc-profile-extra,
.pc-profile-extra {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 10px !important;
  margin: 0 !important;
  width: 100%;
}
.pc-profile-extra .cell {
  padding: 12px 14px;
  border-radius: 12px;
  background: #f8fafc;
  border: 1px solid #e8eef5;
}
.pc-profile-extra .cell-school {
  min-width: 0;
}
.pc-profile-extra .k {
  font-size: 12px;
  color: #94a3b8;
  margin-bottom: 4px;
  font-weight: 500;
}
.pc-profile-extra .v {
  font-size: 14px;
  font-weight: 650;
  color: #0f172a;
  line-height: 1.45;
  word-break: break-word;
}
.pc-edu-card {
  margin: 0;
  padding: 14px;
  border-radius: 12px;
  background: #f8fafc;
  border: 1px solid #e8eef5;
  width: 100%;
}
.pc-edu-card h4 {
  margin: 0 0 10px;
  font-size: 13px;
  color: #64748b;
  font-weight: 650;
}
.pc-edu-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}
.pc-edu-card li {
  font-size: 13px;
  color: #334155;
  line-height: 1.45;
}
.pc-edu-card li b {
  color: #94a3b8;
  font-weight: 600;
  margin-right: 8px;
}

.user-page .feed[data-v-31c2db39],
.user-page section.feed,
.user-page .feed {
  grid-column: 2;
  margin-top: 0 !important;
  min-height: 560px !important;
  padding: 28px 32px !important;
  border-radius: 20px !important;
  background: #fff !important;
  border: 1px solid rgba(226, 232, 240, 0.95) !important;
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.05) !important;
}
.feed h2[data-v-31c2db39],
.feed > h2 {
  margin: 0 0 16px !important;
  font-size: 20px !important;
  font-weight: 750 !important;
  color: #0f172a !important;
}
.user-page .feed article.card,
.feed article.card {
  position: relative;
  margin: 0 !important;
  padding: 22px 0 !important;
  border: 0 !important;
  border-bottom: 1px solid #eef2f7 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
}
.user-page .feed article.card:last-child,
.feed article.card:last-child {
  border-bottom: 0 !important;
  padding-bottom: 8px !important;
}
.user-page .feed .card-meta,
.feed .card-meta {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  flex-wrap: wrap !important;
  margin: 0 !important;
  font-size: 13px !important;
  color: #94a3b8 !important;
}
.user-page .feed .card-content,
.feed .card-content {
  margin: 0 !important;
  font-size: 16px !important;
  line-height: 1.65 !important;
  color: #0f172a !important;
  max-width: none !important;
}
.user-page .feed .card-imgs,
.feed .card-imgs {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(160px, 200px)) !important;
  gap: 12px !important;
  margin: 4px 0 0 !important;
  max-width: 720px !important;
}
.user-page .feed .card-imgs img,
.feed .card-imgs img {
  width: 100% !important;
  aspect-ratio: 1 !important;
  object-fit: cover !important;
  border-radius: 14px !important;
  background: #f1f5f9 !important;
}
.pc-card-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 2px;
}
.pc-card-actions .pc-post-del,
.pc-card-actions .pc-cmt-btn {
  height: 32px;
  padding: 0 14px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 650;
  cursor: pointer;
}
.pc-card-actions .pc-cmt-btn {
  border: 1px solid #e2e8f0;
  background: #fff;
  color: #475569;
}
.pc-card-actions .pc-cmt-btn:hover {
  background: #f8fafc;
  border-color: #cbd5e1;
}
.empty[data-v-31c2db39] {
  padding: 72px 16px !important;
  color: #94a3b8 !important;
}

/* 帖子详情：PC 全宽文章页 */
.detail-page[data-v-e97ed10f],
.detail-page,
#app .detail-page,
.main .detail-page {
  max-width: var(--pc-max) !important;
  width: 100% !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 300px !important;
  grid-template-areas:
    "back back"
    "post side"
    "replies side" !important;
  gap: 20px 24px !important;
  padding-bottom: 110px !important;
  min-height: calc(100vh - 120px) !important;
  box-sizing: border-box !important;
}
.detail-page > .back,
.detail-page .back {
  grid-area: back !important;
  font-size: 14px !important;
  margin: 0 !important;
  color: #64748b !important;
  width: fit-content !important;
}
.detail-page .post,
.detail-page article.post {
  grid-area: post !important;
  padding: 36px 40px !important;
  border-radius: 20px !important;
  background: #fff !important;
  border: 1px solid #e8eef5 !important;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.04) !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 20px !important;
  min-height: 420px !important;
  width: 100% !important;
  max-width: none !important;
  box-sizing: border-box !important;
}
.detail-page .post-head {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  margin: 0 !important;
}
.detail-page .post-head img,
.detail-page .post-head .avatar {
  width: 56px !important;
  height: 56px !important;
  border-radius: 50% !important;
  object-fit: cover !important;
}
.detail-page .author {
  flex: 1 !important;
  min-width: 0 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #0f172a !important;
}
.detail-page .author strong,
.detail-page .author .name {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
}
.detail-page .meta {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  flex-wrap: wrap !important;
  margin-top: 4px !important;
  font-size: 13px !important;
  color: #94a3b8 !important;
}
.detail-page .tag {
  margin-left: auto !important;
  height: 28px !important;
  padding: 0 12px !important;
  border-radius: 999px !important;
  background: #eff6ff !important;
  color: #2563eb !important;
  font-size: 12px !important;
  font-weight: 650 !important;
  display: inline-flex !important;
  align-items: center !important;
  flex-shrink: 0 !important;
}
.detail-page .content {
  display: flex !important;
  flex-direction: column !important;
  gap: 14px !important;
}
.detail-page .content h1,
.detail-page .content h2 {
  margin: 0 !important;
  font-size: 30px !important;
  line-height: 1.3 !important;
  font-weight: 780 !important;
  color: #0f172a !important;
}
.detail-page .content p {
  margin: 0 !important;
  font-size: 16px !important;
  line-height: 1.75 !important;
  color: #334155 !important;
}
.detail-page .content p.pc-dup-body {
  display: none !important;
}
.detail-page .imgs {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)) !important;
  gap: 14px !important;
  max-width: 100% !important;
  width: 100% !important;
}
.detail-page .imgs img {
  width: 100% !important;
  max-height: 560px !important;
  border-radius: 16px !important;
  object-fit: cover !important;
  background: #f1f5f9 !important;
}
.detail-page .imgs img:only-child {
  max-width: 640px !important;
  width: 100% !important;
  max-height: 640px !important;
  aspect-ratio: 1 !important;
}
.detail-page .stats {
  padding-top: 14px !important;
  margin-top: 4px !important;
  font-size: 14px !important;
  color: #94a3b8 !important;
  border-top: 1px solid #f1f5f9 !important;
}
.detail-page .replies {
  grid-area: replies !important;
  padding: 28px 36px !important;
  border-radius: 20px !important;
  background: #fff !important;
  border: 1px solid #e8eef5 !important;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.04) !important;
  min-height: 240px !important;
  width: 100% !important;
  max-width: none !important;
  box-sizing: border-box !important;
}
.detail-page .replies > h2,
.detail-page .replies > h3 {
  margin: 0 0 18px !important;
  font-size: 18px !important;
  font-weight: 750 !important;
}
.detail-page .replies .empty {
  padding: 48px 12px !important;
  text-align: center !important;
  color: #94a3b8 !important;
  font-size: 14px !important;
}
.detail-page .pc-detail-side {
  grid-area: side !important;
  position: sticky !important;
  top: 88px !important;
  align-self: start !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 14px !important;
}
.detail-page .pc-detail-side .panel {
  padding: 20px !important;
  border-radius: 18px !important;
  background: #fff !important;
  border: 1px solid #e8eef5 !important;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.04) !important;
}
.detail-page .pc-detail-side .panel h3 {
  margin: 0 0 12px !important;
  font-size: 14px !important;
  font-weight: 750 !important;
  color: #0f172a !important;
}
.detail-page .pc-detail-side .hint {
  margin: 0 !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
  color: #64748b !important;
}
.detail-page .pc-detail-side .stat-row {
  display: flex !important;
  gap: 10px !important;
}
.detail-page .pc-detail-side .stat-box {
  flex: 1 !important;
  padding: 12px !important;
  border-radius: 12px !important;
  background: #f8fafc !important;
  border: 1px solid #eef2f7 !important;
  text-align: center !important;
}
.detail-page .pc-detail-side .stat-box b {
  display: block !important;
  font-size: 20px !important;
  color: #0f172a !important;
  margin-bottom: 2px !important;
}
.detail-page .pc-detail-side .stat-box span {
  font-size: 12px !important;
  color: #94a3b8 !important;
}
.detail-page .pc-detail-side .go-home {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 40px !important;
  border-radius: 10px !important;
  background: #2563eb !important;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}
.detail-page .pc-detail-side .go-home:hover {
  background: #1d4ed8 !important;
}
.detail-page .composer[data-v-e97ed10f],
.composer[data-v-e97ed10f],
.app-shell .composer {
  left: 50% !important;
  right: auto !important;
  width: min(1200px, calc(100% - 48px)) !important;
  max-width: var(--pc-max) !important;
  transform: translateX(-50%) !important;
  border-radius: 16px 16px 0 0 !important;
  box-shadow: 0 -8px 28px rgba(15, 23, 42, 0.08) !important;
}

@media (max-width: 1100px) {
  .user-page[data-v-31c2db39],
  .user-page {
    grid-template-columns: 280px minmax(0, 1fr) !important;
    gap: 18px !important;
  }
}
@media (max-width: 980px) {
  .detail-page[data-v-e97ed10f],
  .detail-page,
  #app .detail-page,
  .main .detail-page {
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "back"
      "post"
      "replies"
      "side" !important;
  }
  .detail-page .pc-detail-side {
    position: static !important;
  }
  .detail-page .post,
  .detail-page article.post,
  .detail-page .replies {
    padding: 22px !important;
  }
  .detail-page .content h1,
  .detail-page .content h2 {
    font-size: 24px !important;
  }
}
@media (max-width: 900px) {
  .user-page[data-v-31c2db39],
  .user-page {
    grid-template-columns: 1fr !important;
  }
  .profile[data-v-31c2db39],
  .user-page .profile {
    position: static !important;
    grid-column: 1 !important;
    min-height: 0 !important;
  }
  .profile[data-v-31c2db39] > header,
  .user-page .profile > header {
    flex-direction: row !important;
    text-align: left !important;
    align-items: flex-start !important;
  }
  .profile .info[data-v-31c2db39],
  .user-page .profile .info {
    align-items: flex-start !important;
  }
  .profile .avatar[data-v-31c2db39],
  .user-page .profile .avatar {
    width: 72px !important;
    height: 72px !important;
  }
  .pc-profile-toolbar {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .pc-profile-toolbar .pc-settings-btn,
  .pc-profile-toolbar .compose,
  .pc-profile-toolbar button.compose {
    width: auto;
    flex: 1;
  }
  .user-page .pc-profile-extra,
  .pc-profile-extra {
    grid-template-columns: 1.4fr 1fr 0.7fr !important;
  }
  .user-page .feed[data-v-31c2db39],
  .user-page section.feed,
  .user-page .feed {
    grid-column: 1 !important;
    min-height: 0 !important;
    padding: 22px !important;
  }
}

/* ??????? */
.top-actions {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}

.top-actions .h5-link {
  height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid var(--line, #e2e8f0);
  background: #fff;
  color: #64748b;
  font-size: 12px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
}

.user-chip,
a.user-chip-link,
.top-actions .user-chip {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  height: 36px !important;
  padding: 3px 12px 3px 3px !important;
  border-radius: 999px !important;
  background: #fff !important;
  border: 1px solid #e2e8f0 !important;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.04);
  text-decoration: none !important;
  color: inherit !important;
  max-width: 168px;
  overflow: hidden;
  flex-shrink: 0;
}

.user-chip img,
.user-chip-link img,
.top-actions .user-chip img,
.top-actions .user-chip-link img {
  width: 28px !important;
  height: 28px !important;
  min-width: 28px !important;
  min-height: 28px !important;
  max-width: 28px !important;
  max-height: 28px !important;
  border-radius: 50% !important;
  object-fit: cover !important;
  display: block !important;
  flex-shrink: 0 !important;
}

.user-chip .avatar-fallback,
.user-chip-link .avatar-fallback {
  width: 28px;
  height: 28px;
  min-width: 28px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #2563eb, #38bdf8);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  flex-shrink: 0;
}

.user-chip span.name,
.user-chip > span:not(.avatar-fallback),
.user-chip-link > span:not(.avatar-fallback) {
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #475569 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  max-width: 120px;
  line-height: 1 !important;
}

.top-actions .logout-btn {
  height: 34px !important;
  padding: 0 12px !important;
  border-radius: 999px !important;
  background: #f1f5f9 !important;
  color: #64748b !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  border: 0 !important;
  box-shadow: none !important;
  cursor: pointer;
}

.top-actions .logout-btn:hover {
  background: #e2e8f0 !important;
  color: #0f172a !important;
}

.composer[data-v-e97ed10f] {
  left: 50%;
  right: auto;
  width: min(960px, calc(100% - 48px));
  max-width: 960px;
  transform: translateX(-50%);
  border-radius: 16px 16px 0 0;
  box-shadow: 0 -8px 28px rgba(15, 23, 42, 0.08);
}

@media (max-width: 1100px) {
  :root {
    --pc-side: 280px;
    --pc-gap: 18px;
  }
  .topbar-inner {
    gap: 14px;
    padding: 0 18px;
  }
  .brand-badge {
    display: none;
  }
  .nav-link {
    padding: 8px 12px;
  }
}

@media (max-width: 960px) {
  .page-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .sidebar {
    position: static;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .sidebar > :first-child,
  .sidebar > .mine-entry,
  .sidebar > a.mine-entry {
    grid-column: 1 / -1;
  }
  .top-nav {
    overflow-x: auto;
    flex: 1;
    scrollbar-width: none;
  }
  .top-nav::-webkit-scrollbar {
    display: none;
  }
  .main {
    padding: 16px 14px 32px;
  }
  .hub-panel[data-v-af722da6] {
    min-height: 0;
  }
  .tag-row[data-v-af722da6] {
    position: static;
  }
  .pc-empty-tips,
  .pc-profile-extra {
    grid-template-columns: 1fr;
  }
  .pc-profile-toolbar .compose,
  .pc-profile-toolbar button.compose {
    margin-left: 0;
    width: 100%;
  }
  .pc-profile-toolbar {
    flex-direction: column;
    align-items: stretch;
  }
}

.pc-profile-bio {
  margin: 8px 0 0;
  font-size: 13px;
  line-height: 1.55;
  color: #475569;
  max-width: 100%;
  text-align: inherit;
}
.pc-profile-bio.is-empty {
  color: #94a3b8;
}

.pc-profile-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  margin-left: auto;
}

/* ???????????? Vue ??? */
.profile > header.pc-profile-head-actions,
header.pc-profile-head-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
header.pc-profile-head-actions .pc-settings-btn {
  margin-left: auto;
}
header.pc-profile-head-actions .info {
  flex: 1 1 auto;
  min-width: 160px;
}

.pc-settings-btn {
  height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid #bfdbfe;
  background: #eff6ff;
  color: #1d4ed8;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}
.pc-settings-btn:hover {
  background: #dbeafe;
}

.pc-settings-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  place-items: center;
  padding: 24px;
}
.pc-settings-modal[hidden] {
  display: none !important;
}
.pc-settings-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.45);
  backdrop-filter: blur(4px);
}
.pc-settings-panel {
  position: relative;
  z-index: 1;
  width: min(560px, 100%);
  max-height: min(90vh, 820px);
  background: #fff;
  border-radius: 20px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.18);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.pc-settings-panel-rich .pc-settings-body {
  overflow: auto;
  flex: 1;
}
.pc-settings-kicker {
  margin: 0 0 2px;
  font-size: 11px;
  letter-spacing: 0.12em;
  color: #93c5fd;
  font-weight: 700;
}
.pc-settings-section {
  padding: 14px;
  border-radius: 16px;
  background: linear-gradient(180deg, #f8fbff, #f8fafc);
  border: 1px solid #e2e8f0;
  display: grid;
  gap: 12px;
}
.pc-settings-sec-title {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}
.pc-settings-sec-title strong {
  font-size: 14px;
  color: #0f172a;
}
.pc-settings-sec-title span {
  font-size: 12px;
  color: #94a3b8;
}
.pc-settings-grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.pc-settings-field select {
  width: 100%;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 10px 12px;
  font-size: 14px;
  color: #0f172a;
  background: #fff;
  box-sizing: border-box;
}
.pc-settings-mobile {
  margin: 8px 0 0;
  font-size: 12px;
  color: #64748b;
}
.pc-settings-school {
  position: relative;
}
.pc-settings-school-selected {
  margin-top: 8px;
  padding: 8px 12px;
  border-radius: 10px;
  background: #fff;
  border: 1px dashed #cbd5e1;
  color: #94a3b8;
  font-size: 13px;
}
.pc-settings-school-selected.on {
  border-style: solid;
  border-color: #bfdbfe;
  background: #eff6ff;
  color: #1d4ed8;
  font-weight: 600;
}
.pc-settings-school-list {
  margin-top: 8px;
  max-height: 160px;
  overflow: auto;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #fff;
}
.pc-settings-school-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding: 10px 12px;
  border: 0;
  border-bottom: 1px solid #f1f5f9;
  background: transparent;
  text-align: left;
  cursor: pointer;
}
.pc-settings-school-item:last-child {
  border-bottom: 0;
}
.pc-settings-school-item:hover,
.pc-settings-school-item.on {
  background: #eff6ff;
}
.pc-settings-school-item .n {
  font-size: 13px;
  font-weight: 600;
  color: #0f172a;
}
.pc-settings-school-item .c {
  font-size: 12px;
  color: #94a3b8;
  flex-shrink: 0;
}
.pc-settings-school-empty {
  padding: 16px;
  text-align: center;
  color: #94a3b8;
  font-size: 13px;
}

.pc-settings-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 18px;
  border-bottom: 1px solid #e2e8f0;
}
.pc-settings-head h3 {
  margin: 0;
  font-size: 16px;
  color: #0f172a;
}
.pc-settings-x {
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 999px;
  background: #f1f5f9;
  color: #64748b;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}
.pc-settings-body {
  padding: 18px;
  display: grid;
  gap: 14px;
}
.pc-settings-avatar-row {
  display: flex;
  align-items: center;
  gap: 14px;
}
.pc-settings-avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  background: linear-gradient(145deg, #2563eb, #38bdf8);
  border: 2px solid #dbeafe;
}
.pc-settings-upload {
  height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid #bfdbfe;
  background: #eff6ff;
  color: #1d4ed8;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}
.pc-settings-hint {
  margin: 6px 0 0;
  font-size: 12px;
  color: #94a3b8;
}
.pc-settings-check {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  font-size: 14px;
  color: #334155;
  cursor: pointer;
  user-select: none;
}
.pc-settings-check input {
  width: 16px;
  height: 16px;
  accent-color: #3478f6;
}
.pc-settings-field {
  display: grid;
  gap: 6px;
}
.pc-settings-field span {
  font-size: 12px;
  font-weight: 700;
  color: #64748b;
}
.pc-settings-field input,
.pc-settings-field textarea {
  width: 100%;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 10px 12px;
  font-size: 14px;
  color: #0f172a;
  background: #f8fafc;
  resize: vertical;
  box-sizing: border-box;
}
.pc-settings-field input:focus,
.pc-settings-field textarea:focus,
.pc-settings-field select:focus {
  outline: none;
  border-color: #93c5fd;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}
.pc-settings-error {
  margin: 0;
  color: #dc2626;
  font-size: 13px;
}
.pc-settings-foot {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding: 14px 18px 18px;
  border-top: 1px solid #f1f5f9;
}
.pc-settings-cancel {
  height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  border: 0;
  background: #f1f5f9;
  color: #64748b;
  font-weight: 600;
  cursor: pointer;
}
.pc-settings-save {
  height: 38px;
  padding: 0 18px;
  border-radius: 999px;
  border: 0;
  background: #2563eb;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(37, 99, 235, 0.28);
}
.pc-settings-save:hover {
  background: #1d4ed8;
}

.card-imgs[data-v-31c2db39],
.card-imgs,
.imgs[data-v-e97ed10f],
.imgs {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)) !important;
  gap: 8px !important;
  margin-top: 12px !important;
}
.card-imgs img[data-v-31c2db39],
.card-imgs img,
.imgs img[data-v-e97ed10f],
.imgs img,
article img:not(.avatar) {
  width: 100% !important;
  max-width: 100%;
  height: 140px !important;
  object-fit: cover !important;
  border-radius: 12px !important;
  background: #f1f5f9;
  display: block !important;
}

.pc-post-del {
  margin-left: auto;
  height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid #fecaca;
  background: #fef2f2;
  color: #dc2626;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  flex-shrink: 0;
}
.pc-post-del:hover {
  background: #fee2e2;
}
.pc-post-del:disabled {
  opacity: 0.6;
  cursor: default;
}
.card-meta,
article .stats {
  display: flex !important;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

@media (max-width: 640px) {
  .sidebar {
    grid-template-columns: 1fr;
  }
  .top-actions .search-box {
    display: none;
  }
  .brand-text {
    font-size: 16px;
  }
  .seg-tabs[data-v-af722da6] {
    gap: 6px;
    padding: 10px;
  }
  .seg-tab[data-v-af722da6] {
    font-size: 13px;
    padding: 10px 6px;
  }
  .content-head[data-v-995f3536],
  .content-head[data-v-020872b3] {
    flex-direction: column;
    align-items: stretch;
  }
  .compose[data-v-995f3536],
  .compose[data-v-020872b3] {
    width: 100%;
    text-align: center;
  }
  .pc-settings-grid2 {
    grid-template-columns: 1fr;
  }
  .pc-profile-actions {
    width: 100%;
    margin-left: 0;
  }
  header.pc-profile-head-actions .pc-settings-btn {
    margin-left: 0;
  }
  .pc-settings-btn,
  .pc-profile-actions .compose {
    flex: 1;
  }
}

/* ???? */
.pc-fav-btn { margin-right: 8px; }
.pc-fav-list { display: flex; flex-direction: column; gap: 10px; min-height: 120px; }
.pc-fav-row {
  display: flex; align-items: center; gap: 12px;
  padding: 10px; border-radius: 12px; background: #f8fafc; border: 1px solid #e2e8f0;
}
.pc-fav-row img {
  width: 56px; height: 56px; border-radius: 8px; object-fit: cover; background: #e2e8f0; flex-shrink: 0;
}
.pc-fav-meta { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 4px; }
.pc-fav-meta strong {
  font-size: 14px; color: #0f172a;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.pc-fav-meta span { font-size: 12px; color: #64748b; }
.pc-fav-remove {
  height: 30px; padding: 0 12px; border-radius: 8px; border: 0;
  background: #dbeafe; color: #1d4ed8; font-size: 12px; cursor: pointer;
}

/* ===== PC ????????? H5? ===== */
html.pc-feed-open { overflow: hidden; }
.pc-feed-mask {
  position: fixed; inset: 0; z-index: 10050;
  background: rgba(15, 35, 70, .42);
  display: flex; align-items: center; justify-content: center;
  padding: 24px;
}
.pc-feed-mask[hidden] { display: none !important; }
.pc-feed-dialog {
  width: min(560px, 100%);
  max-height: min(92vh, 900px);
  background: #f4f7fc;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(20, 40, 80, .22);
  display: flex; flex-direction: column;
  overflow: hidden;
  color: #1a2b4a;
  font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
}
.pc-feed-head {
  display: flex; align-items: center; gap: 10px;
  padding: 12px 14px;
  background: #fff;
  border-bottom: 1px solid #e3eaf5;
}
.pc-feed-head h3 {
  margin: 0; flex: 1; text-align: center; font-size: 17px; font-weight: 600;
}
.pc-feed-x {
  width: 36px; height: 36px; border: 0; background: transparent;
  font-size: 24px; line-height: 1; color: #7a8ba8; cursor: pointer;
}
.pc-feed-submit {
  min-width: 64px; height: 34px; padding: 0 14px; border: 0; border-radius: 17px;
  background: #3478f6; color: #fff; font-size: 14px; font-weight: 600; cursor: pointer;
}
.pc-feed-submit:disabled { opacity: .4; cursor: not-allowed; }
.pc-feed-guide {
  margin: 0; padding: 10px 16px;
  background: rgba(52, 120, 246, .1); color: #3478f6;
  font-size: 13px; line-height: 1.4;
}
.pc-feed-guide.ok { color: #1d4ed8; }
.pc-feed-body {
  flex: 1; overflow: auto; padding: 12px 14px 20px;
  display: flex; flex-direction: column; gap: 12px;
}
.pc-feed-card {
  background: #fff; border: 1px solid #e3eaf5; border-radius: 14px; padding: 14px;
}
.pc-feed-card-hd {
  display: flex; align-items: center; justify-content: space-between;
  font-size: 14px; font-weight: 600; margin-bottom: 6px;
}
.pc-feed-card-hd em { color: #e5484d; font-style: normal; margin-left: 2px; }
.pc-feed-card-hd span:last-child { font-weight: 500; color: #7a8ba8; font-size: 12px; }
.pc-feed-desc { margin: 0 0 10px; font-size: 12px; color: #7a8ba8; }
.pc-feed-imgs {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px;
}
.pc-feed-add, .pc-feed-img {
  aspect-ratio: 1; border-radius: 10px; overflow: hidden; position: relative;
}
.pc-feed-add {
  border: 1.5px dashed #c5d3ea; background: #f7f9fc;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 4px; color: #3478f6; font-size: 12px; cursor: pointer;
}
.pc-feed-add .plus { font-size: 28px; line-height: 1; font-weight: 300; }
.pc-feed-img img { width: 100%; height: 100%; object-fit: cover; display: block; background: #e8eef8; }
.pc-feed-img .up {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 4px;
  background: rgba(20,40,80,.55); color: #fff; font-size: 11px; text-align: center;
}
.pc-feed-img .rm {
  position: absolute; top: 4px; right: 4px; width: 22px; height: 22px;
  border: 0; border-radius: 50%; background: rgba(20,40,80,.55); color: #fff;
  cursor: pointer; line-height: 20px; font-size: 14px;
}
.pc-feed-picker {
  width: 100%; display: flex; align-items: center; gap: 12px;
  padding: 12px; border: 1px solid #e3eaf5; border-radius: 12px;
  background: #f7f9fc; cursor: pointer; text-align: left;
}
.pc-feed-picker .ico {
  width: 40px; height: 40px; border-radius: 10px;
  background: rgba(52,120,246,.12); color: #3478f6;
  display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0;
}
.pc-feed-picker .ico.hash { font-weight: 700; }
.pc-feed-picker .txt { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.pc-feed-picker .txt b { font-size: 14px; font-weight: 600; color: #1a2b4a; }
.pc-feed-picker .txt i { font-style: normal; font-size: 12px; color: #7a8ba8; }
.pc-feed-picker .arr { color: #a0aec0; font-size: 18px; }
.pc-feed-field { display: block; margin-top: 10px; }
.pc-feed-field .lab {
  display: flex; justify-content: space-between; font-size: 12px; color: #7a8ba8; margin-bottom: 6px;
}
.pc-feed-field input, .pc-feed-field textarea {
  width: 100%; box-sizing: border-box; border: 1px solid #e3eaf5; border-radius: 10px;
  padding: 11px 12px; background: #fff; outline: none; font: inherit; color: inherit;
}
.pc-feed-field textarea { resize: vertical; min-height: 100px; line-height: 1.5; }
.pc-feed-field input:focus, .pc-feed-field textarea:focus {
  border-color: rgba(52,120,246,.55); box-shadow: 0 0 0 3px rgba(52,120,246,.1);
}
.pc-feed-topics { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 8px; }
.pc-feed-topics:empty { display: none; }
.pc-feed-chip {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 6px 10px; border-radius: 999px;
  background: rgba(52,120,246,.1); color: #3478f6; font-size: 13px;
}
.pc-feed-chip i { font-style: normal; color: #7a8ba8; font-size: 11px; }
.pc-feed-chip button {
  border: 0; background: transparent; color: #7a8ba8; cursor: pointer; font-size: 14px; line-height: 1;
}
.pc-feed-sheet {
  position: absolute; inset: 0; z-index: 2;
  background: rgba(15, 35, 70, .35);
  display: flex; align-items: flex-end; justify-content: center;
}
.pc-feed-sheet[hidden] { display: none !important; }
.pc-feed-sheet-panel {
  width: 100%; max-height: 70%; background: #fff; border-radius: 16px 16px 0 0;
  display: flex; flex-direction: column; overflow: hidden;
}
.pc-feed-dialog { position: relative; }
.pc-feed-sheet-bar {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 16px; font-weight: 600; border-bottom: 1px solid #e3eaf5;
}
.pc-feed-sheet-bar button {
  border: 0; background: transparent; color: #3478f6; font-size: 14px; cursor: pointer; font-weight: 500;
}
.pc-feed-search { padding: 10px 16px; }
.pc-feed-search input {
  width: 100%; box-sizing: border-box; height: 40px; padding: 0 12px;
  border: 1px solid #e3eaf5; border-radius: 10px; background: #f7f9fc; outline: none; font: inherit;
}
.pc-feed-search.topic-row { display: flex; align-items: center; gap: 8px; }
.pc-feed-search.topic-row .hash { color: #3478f6; font-weight: 700; font-size: 18px; }
.pc-feed-search.topic-row input { flex: 1; }
.pc-feed-search.topic-row button {
  height: 36px; padding: 0 12px; border: 0; border-radius: 8px;
  background: #3478f6; color: #fff; cursor: pointer; font-size: 13px;
}
.pc-feed-list { flex: 1; overflow: auto; padding: 0 8px 16px; }
.pc-feed-list .empty { padding: 28px; text-align: center; color: #7a8ba8; font-size: 13px; }
.pc-feed-row {
  width: 100%; display: flex; align-items: center; gap: 10px;
  padding: 12px 10px; border: 0; border-radius: 10px; background: transparent;
  text-align: left; cursor: pointer; font: inherit; color: inherit;
}
.pc-feed-row:hover, .pc-feed-row.on { background: #f0f5ff; }
.pc-feed-row div { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.pc-feed-row b { font-size: 14px; }
.pc-feed-row span { font-size: 12px; color: #7a8ba8; }
.pc-feed-row em { font-style: normal; color: #3478f6; font-size: 16px; }
.pc-feed-toast {
  position: fixed; left: 50%; bottom: 48px; transform: translateX(-50%);
  z-index: 10060; max-width: 80%;
  padding: 10px 16px; border-radius: 8px;
  background: rgba(26,43,74,.92); color: #fff; font-size: 13px;
}
.pc-feed-toast[hidden] { display: none !important; }
.pc-feed-empty-btn {
  display: inline-flex; margin-top: 16px; height: 36px; padding: 0 18px;
  border: 0; border-radius: 18px; background: #3478f6; color: #fff;
  font-size: 13px; font-weight: 600; cursor: pointer;
}

/* ??????????????? */
body.pc-browse-school .mine-entry,
body.pc-browse-school a.mine-entry {
  display: none !important;
}
.ld-browse-school-banner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 16px;
  margin: 0 0 14px;
  padding: 12px 16px;
  border-radius: 14px;
  border: 1px solid #bfdbfe;
  background: linear-gradient(135deg, #eff6ff, #f8fbff);
  color: #1e3a8a;
  font-size: 13px;
  line-height: 1.45;
}
.ld-browse-school-banner strong {
  font-weight: 700;
  color: #1d4ed8;
}
.ld-browse-school-banner span {
  flex: 1;
  min-width: 200px;
  color: #334155;
}
.ld-browse-school-banner .ld-browse-go-home {
  display: inline-flex;
  align-items: center;
  height: 32px;
  padding: 0 14px;
  border-radius: 999px;
  background: #2563eb;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 650;
  font-size: 12px;
  white-space: nowrap;
}
.ld-browse-school-banner .ld-browse-go-home:hover {
  background: #1d4ed8;
}
