:root {
  --ink: #1f2c35;
  --muted: #697077;
  --paper: #f8f4e8;
  --paper-2: #fffaf0;
  --line: #d4c5a9;
  --gold: #c9a462;
  --gold-dark: #8b6a34;
  --jade: #0d5667;
  --jade-2: #0b7488;
  --night: #081827;
  --night-2: #0d263b;
  --shadow: 0 18px 42px rgba(16, 28, 39, .18);
}
* { box-sizing: border-box; }
html { font-size: 16px; scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 18% 8%, rgba(63, 142, 166, .22), transparent 26rem),
    linear-gradient(180deg, #e7eef2 0, #f3eee2 20rem, #eee5d4 100%);
  font-family: Georgia, "Times New Roman", "Microsoft YaHei", "Noto Serif SC", serif;
  line-height: 1.65;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.site-header {
  min-height: 84px;
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(245px, 310px) 1fr minmax(230px, 330px);
  align-items: center;
  gap: 22px;
  padding: 12px clamp(18px, 3vw, 52px);
  color: #fff7df;
  background:
    linear-gradient(180deg, rgba(7, 20, 32, .98), rgba(10, 31, 48, .96)),
    radial-gradient(circle at 20% 0, rgba(31, 125, 150, .38), transparent 24rem);
  border-bottom: 1px solid rgba(201, 164, 98, .55);
  box-shadow: 0 10px 34px rgba(5, 18, 28, .38);
}
.corner { position: absolute; width: 46px; height: 46px; pointer-events: none; opacity: .75; }
.corner-left { left: 6px; top: 6px; border-left: 1px solid var(--gold); border-top: 1px solid var(--gold); }
.corner-right { right: 6px; top: 6px; border-right: 1px solid var(--gold); border-top: 1px solid var(--gold); }
.brand { display: flex; align-items: center; gap: 16px; min-width: 0; }
.brand-seal {
  width: 64px;
  height: 64px;
  flex: 0 0 auto;
  border: 1px solid rgba(223, 191, 126, .82);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255,255,255,.08), transparent 62%),
    url("/assets/logo.png?v=20260615a") center / cover no-repeat;
  box-shadow: 0 0 18px rgba(77, 181, 255, .28), 0 0 0 2px rgba(5, 18, 28, .5);
}
.brand-text { display: grid; min-width: 0; }
.brand-text strong {
  font-size: 2rem;
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: .08em;
  text-shadow: 0 2px 12px rgba(0,0,0,.38);
}
.brand-text em { font-style: normal; color: #d8c99d; font-size: .92rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.nav { display: flex; justify-content: center; gap: clamp(8px, 1.4vw, 24px); align-items: center; white-space: nowrap; }
.nav a {
  position: relative;
  padding: 10px 4px;
  color: #f4efd8;
  font-weight: 800;
  letter-spacing: .05em;
}
.nav a.active::after, .nav a:hover::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 2px;
  width: 48px;
  height: 2px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, #5de8ff, transparent);
  box-shadow: 0 0 12px #58e5ff;
}
.search {
  display: flex;
  align-items: center;
  justify-self: end;
  width: min(100%, 330px);
  min-height: 46px;
  padding: 3px 9px 3px 18px;
  border: 1px solid rgba(201, 164, 98, .75);
  border-radius: 26px;
  background: linear-gradient(180deg, #fbfbf6, #e4e1d8);
  box-shadow: inset 0 1px 0 #fff, 0 4px 18px rgba(0,0,0,.18);
}
.search input { flex: 1; min-width: 0; border: 0; background: transparent; outline: 0; color: #273541; font: 700 .9rem "Microsoft YaHei", sans-serif; }
.search button {
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 50%;
  background:
    radial-gradient(circle at 43% 42%, transparent 0 7px, #172635 8px 10px, transparent 11px),
    linear-gradient(45deg, transparent 0 58%, #172635 59% 66%, transparent 67%);
  cursor: pointer;
}
.hero {
  position: relative;
  min-height: clamp(340px, 36vw, 500px);
  display: grid;
  place-items: center;
  overflow: hidden;
  border-bottom: 1px solid rgba(201, 164, 98, .7);
}
.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(244,239,221,.06)),
    linear-gradient(90deg, rgba(248,244,232,.42), rgba(248,244,232,.18) 48%, rgba(6,20,32,.12)),
    url("/assets/hero-xianxia.png") center / cover no-repeat;
  transform: scale(1.01);
}
.hero-content { position: relative; width: min(1220px, calc(100% - 32px)); text-align: center; padding: 40px 0; }
.hero h1 {
  margin: 0;
  color: #0d2b42;
  font-size: clamp(2rem, 3.25vw, 3.05rem);
  line-height: 1.18;
  letter-spacing: .08em;
  text-shadow: 0 2px 0 rgba(255,255,255,.7), 0 8px 22px rgba(44, 73, 90, .26);
}
.hero p {
  margin: 22px auto 26px;
  max-width: 760px;
  color: #1d3a50;
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  font-weight: 700;
}
.hero-button, .ink-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 30px;
  border: 1px solid var(--gold);
  border-radius: 999px;
  color: #fff8df;
  background: linear-gradient(180deg, #0b6c7c, #084855);
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.08), 0 8px 20px rgba(9, 74, 88, .24);
  font-weight: 900;
  letter-spacing: .08em;
  cursor: pointer;
}
.hero-button { font-size: 1.35rem; min-width: 210px; }
.ink-button.ghost { color: var(--jade); background: transparent; }
.page-shell {
  width: min(1540px, calc(100% - 40px));
  margin: 0 auto;
  padding: 16px 0 18px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 14px;
}
.content-column { display: grid; gap: 14px; min-width: 0; }
.panel, .side-card {
  position: relative;
  background:
    linear-gradient(180deg, rgba(255,255,255,.72), rgba(255,250,238,.9)),
    radial-gradient(circle at 100% 100%, rgba(79, 132, 152, .12), transparent 18rem);
  border: 1px solid rgba(185, 164, 127, .78);
  border-radius: 4px;
  box-shadow: 0 8px 22px rgba(50, 44, 32, .12);
}
.panel::before, .side-card::before {
  content: "";
  position: absolute;
  inset: 7px;
  border: 1px solid rgba(209, 185, 138, .42);
  pointer-events: none;
}
.latest-panel, .featured-panel, .products-shell .panel { padding: 16px 18px 18px; }
.section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 14px;
  border-bottom: 1px solid rgba(190, 169, 132, .55);
}
.section-title h2, .side-card h3 {
  margin: 0;
  color: #263944;
  font-size: 1.32rem;
  letter-spacing: .08em;
}
.section-title h2::before, .side-card h3::before { content: "\2726"; color: var(--gold-dark); margin-right: 7px; font-size: .9em; }
.section-title a { color: #5f7180; font-weight: 800; }
.latest-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 14px; }
.article-card {
  overflow: hidden;
  border: 1px solid rgba(184, 167, 137, .65);
  border-radius: 6px;
  background: rgba(255, 252, 244, .86);
  box-shadow: 0 8px 16px rgba(37, 47, 51, .08);
}
.thumb, .product-image {
  position: relative;
  display: block;
  min-height: 132px;
  overflow: hidden;
  background: #dbe7ea;
}
.thumb img, .product-image img, .detail-cover { width: 100%; height: 100%; object-fit: cover; }
.thumb span {
  position: absolute;
  left: 8px;
  top: 8px;
  padding: 3px 9px;
  border-radius: 5px;
  color: #fff9df;
  background: rgba(8, 73, 83, .86);
  font-size: .78rem;
  font-weight: 800;
}
.card-body { padding: 12px 12px 10px; }
.card-body h3 { margin: 0 0 8px; font-size: 1rem; line-height: 1.45; min-height: 2.9em; }
.card-body p { margin: 0 0 9px; color: #52606a; font-size: .9rem; }
.meta { display: flex; justify-content: space-between; gap: 8px; color: #7b7f7f; font-size: .82rem; }
.meta em { font-style: normal; }
.fallback, .featured-art, .avatar, .moon, .recent-thumb {
  background-image:
    linear-gradient(180deg, rgba(4, 23, 37, .08), rgba(4, 23, 37, .42)),
    url("/assets/hero-xianxia.png");
  background-size: cover;
  background-position: center;
}
.fallback-1 { background-position: 12% 42%; }
.fallback-2 { background-position: 30% 46%; }
.fallback-3 { background-position: 48% 48%; }
.fallback-4 { background-position: 62% 46%; }
.fallback-5 { background-position: 78% 46%; }
.fallback-6 { background-position: 91% 48%; }
.featured {
  display: grid;
  grid-template-columns: minmax(280px, 52%) 1fr;
  gap: 24px;
  align-items: center;
}
.featured-art {
  min-height: 210px;
  border-radius: 6px;
  border: 1px solid rgba(185, 164, 127, .7);
  background-position: 42% 54%;
  box-shadow: var(--shadow);
}
.featured-copy h2 { margin: 0 0 12px; font-size: clamp(1.35rem, 2vw, 2rem); line-height: 1.25; }
.featured-copy p { color: #59646c; margin: 0 0 18px; }
.sidebar { display: grid; gap: 12px; align-content: start; }
.side-card { padding: 16px; }
.side-card h3 { margin-bottom: 13px; font-size: 1.08rem; }
.profile { display: flex; align-items: center; gap: 13px; }
.avatar {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  border: 3px solid rgba(222, 202, 158, .85);
  background-position: 80% 48%;
}
.profile strong { display: block; font-size: 1.2rem; }
.profile span { display: inline-flex; margin-top: 3px; padding: 1px 8px; border-radius: 999px; color: #7b5b1f; background: #ead9b1; font-size: .78rem; font-weight: 800; }
.profile-card p, .side-card p { color: #56626b; margin: 12px 0; }
.almanac-date {
  text-align: center;
  font-weight: 900;
}
.almanac-date span,
.almanac-date em {
  display: block;
}
.almanac-date em {
  margin-top: 3px;
  color: #8b6a34;
  font-style: normal;
  font-size: .9rem;
}
.almanac-source {
  margin-top: 14px;
  padding-top: 10px;
  border-top: 1px solid rgba(190, 169, 132, .55);
  color: #7a8082;
  font-size: .86rem;
  text-align: center;
}
.stats { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(190, 169, 132, .55); padding-top: 10px; text-align: center; }
.stats span { color: #5e6770; font-size: .82rem; }
.stats b { display: block; color: #1e303d; font-size: 1.1rem; }
.tag-cloud { display: flex; flex-wrap: wrap; gap: 9px; }
.tag-cloud span {
  padding: 5px 12px;
  border-radius: 5px;
  color: #1f5863;
  background: #c9e4df;
  font-weight: 800;
  font-size: .9rem;
}
.category-card div {
  display: flex;
  justify-content: space-between;
  padding: 6px 4px;
  color: #5a646c;
}
.recent-item { display: grid; grid-template-columns: 56px 1fr; gap: 10px; align-items: center; margin: 10px 0; }
.recent-thumb { width: 56px; height: 44px; border-radius: 4px; overflow: hidden; }
.recent-thumb img { width: 100%; height: 100%; object-fit: cover; }
.recent-item span:last-child { font-size: .9rem; line-height: 1.35; font-weight: 800; }
.recent-item em { display: block; color: #7a8082; font-style: normal; font-weight: 500; font-size: .8rem; }
.moon {
  width: 92px;
  height: 92px;
  margin: 0 auto 10px;
  border-radius: 50%;
  border: 2px solid #c9a462;
  background:
    radial-gradient(circle at 62% 38%, #f8f2ce 0 18%, transparent 19%),
    radial-gradient(circle, #315b83 0 44%, transparent 45%),
    conic-gradient(from 8deg, #c9a462 0 6%, transparent 6% 12%, #c9a462 12% 16%, transparent 16% 26%, #c9a462 26% 31%, transparent 31%);
  box-shadow: inset 0 0 18px rgba(255,255,255,.45);
}
.sub-hero {
  position: relative;
  min-height: 230px;
  display: grid;
  place-items: center;
  text-align: center;
  color: #10334a;
  overflow: hidden;
  border-bottom: 1px solid rgba(201, 164, 98, .7);
  background:
    linear-gradient(90deg, rgba(248,244,232,.62), rgba(248,244,232,.16)),
    url("/assets/hero-xianxia.png") center 48% / cover no-repeat;
}
.sub-hero h1 { margin: 0; font-size: clamp(2.1rem, 4vw, 3.4rem); letter-spacing: .12em; }
.sub-hero p { margin: 0 0 4px; color: var(--jade); font-weight: 900; text-transform: uppercase; }
.sub-hero span { font-weight: 800; }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.product-card {
  overflow: hidden;
  border: 1px solid rgba(184, 167, 137, .65);
  border-radius: 6px;
  background: rgba(255, 252, 244, .86);
}
.product-image { min-height: 190px; }
.product-info { padding: 16px; }
.product-info h2 { margin: 0 0 8px; font-size: 1.25rem; }
.price { color: #915f21; font-size: 1.15rem; font-weight: 900; margin: 0 0 9px; }
.consult { display: inline-flex; margin-top: 10px; color: var(--jade); font-weight: 800; font-size: .9rem; }
.single-shell { width: min(1060px, calc(100% - 32px)); margin: 0 auto; padding: 22px 0 42px; }
.article-detail { padding: clamp(24px, 4vw, 52px); }
.back-link { color: var(--jade); font-weight: 900; }
.article-head { display: flex; gap: 12px; margin: 18px 0 10px; color: #61717c; }
.article-head span { color: #fff9df; background: var(--jade); border-radius: 5px; padding: 2px 9px; }
.article-detail h1 { font-size: clamp(2rem, 4vw, 3rem); line-height: 1.2; margin: 0 0 22px; }
.detail-cover { max-height: 520px; border-radius: 6px; border: 1px solid var(--line); margin-bottom: 24px; }
.article-content { font-size: 1.08rem; }
.article-content p { margin: 0 0 1.1em; }
.image-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 14px; margin-top: 24px; }
.image-grid img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 6px; border: 1px solid var(--line); }
.empty-scroll { padding: 38px; text-align: center; }
.empty-scroll h3 { margin: 0 0 8px; font-size: 1.4rem; }
.muted, .empty-scroll p { color: #66727a; }
.admin-shell { width: min(1320px, calc(100% - 32px)); }
.admin-shell .panel { margin-bottom: 16px; }
.admin-card { padding: 26px; }
.login-card { max-width: 460px; margin: 46px auto; }
.eyebrow { margin: 0 0 6px; color: var(--jade); font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.admin-top { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 18px; }
.admin-top h1, .login-card h1 { margin: 0; }
.admin-actions { display: flex; gap: 10px; flex-wrap: wrap; justify-content: flex-end; }
.metric-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.metric-grid div {
  min-height: 112px;
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 18px;
  border: 1px solid rgba(184, 167, 137, .58);
  border-radius: 6px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.62), rgba(246,239,222,.72)),
    radial-gradient(circle at 100% 0, rgba(13, 116, 136, .12), transparent 12rem);
}
.metric-grid span { color: #63717a; font-weight: 900; }
.metric-grid strong { color: #183345; font-size: clamp(1.65rem, 3vw, 2.35rem); line-height: 1; }
.admin-workspace {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(340px, .82fr);
  gap: 16px;
  align-items: start;
}
.admin-grid, .admin-lists { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.inner-card {
  padding: 18px;
  border: 1px solid rgba(184, 167, 137, .55);
  border-radius: 6px;
  background: rgba(255,255,255,.44);
}
label { display: grid; gap: 7px; margin-bottom: 14px; color: #53616b; font-weight: 800; }
input, textarea {
  width: 100%;
  border: 1px solid #cdbb9a;
  border-radius: 6px;
  background: rgba(255, 253, 246, .92);
  color: var(--ink);
  padding: 11px 12px;
  font: inherit;
}
textarea { resize: vertical; }
.admin-section-title { margin-bottom: 18px; }
.admin-section-title a { color: var(--jade); font-weight: 900; }
.admin-editor-card { min-width: 0; }
.cover-preview {
  width: min(280px, 100%);
  max-height: 178px;
  object-fit: cover;
  margin: -4px 0 16px;
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: 0 8px 16px rgba(37, 47, 51, .1);
}
.editor-label { margin: 0 0 7px; color: #53616b; font-weight: 800; }
.editor-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 9px;
  border: 1px solid #cdbb9a;
  border-bottom: 0;
  border-radius: 6px 6px 0 0;
  background: rgba(242, 234, 214, .78);
}
.editor-toolbar button {
  min-width: 38px;
  min-height: 34px;
  padding: 6px 10px;
  border: 1px solid rgba(139, 106, 52, .42);
  border-radius: 5px;
  color: #1b4050;
  background: rgba(255,255,255,.76);
  font: 900 .92rem "Microsoft YaHei", sans-serif;
  cursor: pointer;
}
.editor-toolbar button:hover { color: #fff8df; background: var(--jade); }
.editor-toolbar button:disabled { opacity: .55; cursor: wait; }
.rich-editor {
  min-height: 360px;
  max-height: 680px;
  overflow: auto;
  padding: 18px;
  border: 1px solid #cdbb9a;
  border-radius: 0 0 6px 6px;
  background: rgba(255, 253, 246, .94);
  outline: 0;
  font-size: 1rem;
}
.rich-editor:focus { border-color: var(--jade-2); box-shadow: 0 0 0 3px rgba(13, 116, 136, .14); }
.rich-editor p { margin: 0 0 1em; }
.rich-editor h2, .rich-editor h3 { margin: 1.1em 0 .55em; line-height: 1.25; }
.rich-editor img {
  max-width: 100%;
  max-height: 520px;
  height: auto;
  margin: 12px auto;
  border: 1px solid var(--line);
  border-radius: 6px;
}
.rich-editor blockquote {
  margin: 14px 0;
  padding: 10px 14px;
  border-left: 4px solid var(--gold);
  background: rgba(234, 217, 177, .35);
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  clip-path: inset(50%);
}
.form-footer { margin-top: 16px; display: flex; justify-content: flex-end; }
.alert { border-radius: 6px; padding: 10px 12px; font-weight: 800; }
.alert.success { background: #e1efe4; color: #22583a; }
.alert.error { background: #f7e3df; color: #9d332a; }
.manage-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 0; border-top: 1px solid rgba(184, 167, 137, .55); }
.manage-row span { display: grid; gap: 2px; font-weight: 900; }
.manage-row small { color: #7b8388; font-weight: 500; }
.link-danger { border: 0; background: transparent; color: #a93d32; font: inherit; font-weight: 900; cursor: pointer; }
.table-wrap { overflow-x: auto; }
.content-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 760px;
}
.content-table th {
  padding: 10px 12px;
  color: #52606a;
  border-bottom: 1px solid rgba(184, 167, 137, .65);
  font-size: .9rem;
  text-align: left;
}
.content-table td {
  padding: 12px;
  border-bottom: 1px solid rgba(184, 167, 137, .36);
  vertical-align: middle;
}
.content-table td strong { display: block; line-height: 1.35; }
.content-table td small { display: block; margin-top: 4px; color: #7a8287; line-height: 1.45; }
.content-table tr:hover td { background: rgba(255,255,255,.36); }
.table-thumb {
  display: block;
  width: 76px;
  height: 56px;
  overflow: hidden;
  border: 1px solid rgba(184, 167, 137, .65);
  border-radius: 5px;
}
.table-thumb img { width: 100%; height: 100%; object-fit: cover; }
.row-actions { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.row-actions a { color: var(--jade); font-weight: 900; }
.row-actions form { margin: 0; }
.empty-cell { color: #6d7478; text-align: center; }
.site-footer {
  color: #e9dfbf;
  background:
    linear-gradient(180deg, rgba(8, 24, 39, .96), rgba(5, 16, 27, .98)),
    url("/assets/hero-xianxia.png") center 70% / cover no-repeat;
  border-top: 1px solid rgba(201, 164, 98, .65);
}
.footer-inner {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
  padding: 34px 0 18px;
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.2fr;
  gap: 34px;
}
.footer-brand { display: flex; gap: 16px; align-items: flex-start; }
.footer-brand strong { font-size: 1.8rem; }
.footer-inner h3 { margin: 0 0 10px; color: #f7edc9; }
.footer-inner a, .footer-inner span { display: block; color: #d5ccb0; margin: 3px 0; }
.copyright { margin: 0 auto; width: min(1240px, calc(100% - 40px)); padding: 12px 0 22px; text-align: center; color: #bfb392; border-top: 1px solid rgba(201, 164, 98, .28); }
@media (max-width: 1180px) {
  .site-header { grid-template-columns: 1fr; gap: 10px; position: relative; }
  .brand, .search { justify-self: center; }
  .nav { flex-wrap: wrap; }
  .page-shell { grid-template-columns: 1fr; }
  .sidebar { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .latest-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .admin-workspace { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .site-header { padding: 12px 14px; }
  .brand-text strong { font-size: 1.55rem; }
  .brand-seal { width: 48px; height: 48px; }
  .nav { gap: 10px; justify-content: flex-start; overflow-x: auto; width: 100%; padding-bottom: 4px; }
  .nav a { font-size: .92rem; flex: 0 0 auto; }
  .search { width: 100%; }
  .hero { min-height: 390px; align-items: end; }
  .hero-content { padding-bottom: 34px; }
  .hero h1 { font-size: 2rem; white-space: normal; }
  .page-shell { width: min(100% - 22px, 1540px); }
  .latest-grid, .featured, .product-grid, .sidebar, .admin-grid, .admin-lists, .metric-grid, .footer-inner { grid-template-columns: 1fr; }
  .thumb { min-height: 180px; }
  .featured-art { min-height: 190px; }
  .side-card, .latest-panel, .featured-panel, .products-shell .panel { padding: 14px; }
  .admin-card { padding: 18px; }
  .admin-top { align-items: flex-start; flex-direction: column; }
  .admin-actions { justify-content: flex-start; }
  .rich-editor { min-height: 300px; }
  .content-table { min-width: 640px; }
}
