:root {
  --dark: #202125;
  --dark-2: #2b2c31;
  --gold: #e9b943;
  --paper: #f3f4f6;
  --panel: #ffffff;
  --line: #e4e5e8;
  --text: #30323a;
  --muted: #888b94;
  --danger: #ee4545;
  --green: #25c779;
  --blue: #6c9ff4;
  --yellow: #f4c70b;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background: var(--paper);
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0;
}
body.modal-open { overflow: hidden; }
button, input, select, textarea { font: inherit; letter-spacing: 0; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
svg { width: 1em; height: 1em; stroke-width: 1.8; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  height: 80px;
  color: #fff;
  background: var(--dark);
}
.header-inner {
  width: min(1160px, calc(100% - 48px));
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.brand {
  flex: 0 0 auto;
  margin-right: 58px;
  font-size: 27px;
  font-style: italic;
  font-weight: 900;
  white-space: nowrap;
}
.site-nav { height: 100%; display: flex; }
.site-nav a {
  position: relative;
  min-width: 132px;
  height: 100%;
  display: grid;
  place-items: center;
  color: #aaaab0;
  font-size: 19px;
  font-weight: 600;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
.site-nav a:hover { color: #fff; }
.site-nav a.active {
  color: #fff;
  border-color: var(--gold);
  box-shadow: inset 0 -2px 0 var(--gold);
}
.header-actions { position: relative; margin-left: auto; display: flex; align-items: center; gap: 24px; }
.service-link, .avatar-button {
  color: #aaaab0;
  background: none;
  border: 0;
}
.service-link { display: grid; justify-items: center; gap: 3px; font-size: 14px; }
.service-link svg { font-size: 22px; }
.avatar-button {
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  color: #d7d9e2;
  background: #4a4d59;
  border: 3px solid #292b31;
  border-radius: 50%;
  font-size: 27px;
}
.user-menu {
  position: absolute;
  z-index: 40;
  top: 56px;
  right: 0;
  width: 148px;
  padding: 7px 0;
  color: var(--text);
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 10px 24px rgba(0,0,0,.16);
}
.user-menu button, .user-menu a {
  width: 100%;
  height: 42px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--text);
  background: transparent;
  border: 0;
  text-align: left;
}
.user-menu button:hover, .user-menu a:hover { background: #f3f4f6; }

#app { min-height: 540px; }
.hero {
  height: 386px;
  background: #343a40 url("assets/reference/banner.png") center / cover no-repeat;
}
.market-section { padding: 28px 0 52px; background: #f4f5f7; }
.content-width { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }
.search-row { display: flex; align-items: center; gap: 16px; margin-bottom: 18px; }
.search-field {
  width: 360px;
  height: 42px;
  display: flex;
  background: #fff;
  border: 1px solid #bfc2c8;
  border-radius: 3px;
  overflow: hidden;
}
.search-field input { min-width: 0; flex: 1; padding: 0 14px; border: 0; outline: 0; }
.search-field button { width: 46px; color: #fff; background: var(--dark); border: 0; font-size: 18px; }
.dark-button, .gold-button, .plain-button, .danger-button {
  min-height: 40px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 2px;
  font-weight: 600;
  text-decoration: none;
}
.dark-button { color: #fff; background: var(--dark); border: 1px solid var(--dark); }
.dark-button:hover { background: #33343a; }
.gold-button { color: #fff; background: #e2ad32; border: 1px solid #e2ad32; }
.plain-button { color: #555861; background: #fff; border: 1px solid #c8cad0; }
.danger-button { color: #fff; background: var(--danger); border: 1px solid var(--danger); }

.filter-panel { margin: 0 0 18px; padding: 24px 25px 20px; background: #fff; border: 1px solid #ececef; }
.filter-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px 20px; }
.filter-item { min-width: 0; display: grid; grid-template-columns: 82px 1fr; align-items: center; gap: 8px; }
.filter-item > span { color: #666971; text-align: right; white-space: nowrap; }
.filter-item select, .filter-item input { width: 100%; height: 36px; padding: 0 9px; color: #62656d; background: #fff; border: 1px solid #d6d8dc; outline: none; }
.range { display: flex; align-items: center; gap: 6px; }
.range input { min-width: 0; }
.filter-actions { margin-top: 22px; display: flex; justify-content: flex-end; gap: 12px; }

.table-frame { position: relative; background: #fff; border: 1px solid #e1e2e5; overflow-x: auto; }
.account-table { width: 2600px; border-collapse: collapse; table-layout: fixed; }
.account-table th {
  height: 70px;
  padding: 0 10px;
  color: #fff;
  background: var(--dark);
  border-right: 1px solid #33343a;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}
.account-table td {
  height: 71px;
  padding: 7px 10px;
  color: #373941;
  border-right: 1px solid #e7e8eb;
  border-bottom: 1px solid #e4e5e8;
  text-align: center;
  line-height: 1.45;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.account-table tbody tr:nth-child(even) td { background: #f8f8f9; }
.account-table tbody tr:hover td { background: #fff8e8; }
.account-table th:first-child, .account-table td:first-child { width: 250px; }
.account-table th:nth-child(2), .account-table td:nth-child(2) { width: 82px; }
.account-table th:nth-child(3), .account-table td:nth-child(3) { width: 92px; }
.account-table th:nth-child(4), .account-table td:nth-child(4) { width: 105px; }
.account-table th:nth-child(5), .account-table td:nth-child(5) { width: 140px; }
.account-table th:nth-child(6), .account-table td:nth-child(6) { width: 118px; }
.account-table th:nth-child(7), .account-table td:nth-child(7),
.account-table th:nth-child(8), .account-table td:nth-child(8) { width: 120px; }
.account-table th:nth-child(11), .account-table td:nth-child(11),
.account-table th:nth-child(12), .account-table td:nth-child(12) { width: 180px; }
.account-table th:nth-child(13), .account-table td:nth-child(13) { width: 120px; }
.account-table th:nth-child(21), .account-table td:nth-child(21) { width: 112px; }
.account-table th:last-child, .account-table td:last-child {
  position: sticky;
  right: 0;
  width: 88px;
  box-shadow: -5px 0 10px rgba(0,0,0,.05);
}
.account-table th:last-child { z-index: 3; }
.account-table td:last-child { z-index: 2; background: #fff !important; }
.publish-id { display: block; max-width: 228px; overflow: hidden; text-overflow: ellipsis; font-size: 13px; font-weight: 600; }
.publish-date { display: block; margin-top: 5px; color: #8e9198; font-size: 12px; }
.tag { display: inline-flex; min-height: 27px; padding: 0 9px; align-items: center; border-radius: 4px; color: #fff; font-weight: 700; }
.tag.wechat { background: var(--green); }
.tag.qq { background: var(--blue); }
.tag.scan { color: #fff; background: var(--yellow); }
.rank-badge { display: inline-flex; align-items: center; gap: 5px; }
.rank-badge::before { content: "◆"; color: #d2a52b; font-size: 12px; }
.thumb { width: 72px; height: 43px; object-fit: cover; vertical-align: middle; }
.detail-button { min-width: 58px; height: 34px; color: #fff; background: #292a2f; border: 0; border-radius: 2px; font-weight: 700; }
.empty-table { height: 180px !important; color: #999 !important; text-align: center; }
.pagination { height: 76px; display: flex; align-items: center; justify-content: center; gap: 8px; color: #62656d; }
.pagination button, .pagination select { height: 32px; min-width: 32px; padding: 0 10px; background: #fff; border: 1px solid #d8dade; border-radius: 2px; }
.pagination button.active { color: #fff; background: var(--dark); border-color: var(--dark); }
.pagination button:disabled { opacity: .4; cursor: default; }

.site-footer { color: #d9dae0; background: var(--dark); }
.assurances {
  width: min(1160px, calc(100% - 48px));
  min-height: 126px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
}
.assurances > div, .assurances > button, .assurances > a { min-width: 0; display: flex; align-items: center; gap: 12px; background: none; border: 0; color: inherit; text-align: left; }
.assurances svg { flex: 0 0 auto; font-size: 34px; color: #f0f1f4; }
.assurances strong { display: block; margin-bottom: 8px; color: #fff; font-size: 16px; }
.assurances small { display: block; color: #8f929a; font-size: 11px; line-height: 1.45; }
.site-footer > p { height: 44px; margin: 0; display: grid; place-items: center; color: #747780; background: #191a1e; font-size: 12px; }

.modal-layer { position: fixed; z-index: 80; inset: 0; padding: 28px 18px; overflow-y: auto; background: rgba(0,0,0,.56); }
.modal-shell { position: relative; width: min(1024px, 100%); margin: 2vh auto; background: #fff; box-shadow: 0 18px 50px rgba(0,0,0,.28); }
.modal-head { height: 58px; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #ececef; font-size: 18px; font-weight: 700; }
.modal-close { width: 40px; height: 40px; display: grid; place-items: center; color: #8a8c93; background: none; border: 0; font-size: 26px; }
.detail-top { display: grid; grid-template-columns: 48% 52%; padding: 24px; gap: 24px; }
.detail-gallery > img { width: 100%; aspect-ratio: 2.15 / 1; display: block; object-fit: cover; background: #24262b; }
.gallery-thumb { width: 96px; height: 58px; margin-top: 10px; padding: 2px; border: 2px solid var(--gold); object-fit: cover; }
.detail-summary h2 { margin: 0 0 12px; font-size: 19px; line-height: 1.65; }
.warning { margin: 0 0 16px; color: #ec8436; font-size: 13px; line-height: 1.6; }
.price-line { margin: 12px 0 18px; color: #777a82; }
.price-line strong { margin-right: 16px; color: #e73737; font-size: 32px; }
.price-line strong small { font-size: 15px; }
.info-box { padding: 13px 16px; background: #f6f7f8; color: #747780; line-height: 2; }
.info-box b { color: #3e4149; font-weight: 500; }
.copy-button { margin-left: 8px; padding: 2px 8px; color: #8e6c1e; background: #fff6dc; border: 1px solid #efd68f; }
.detail-actions { margin-top: 17px; display: flex; gap: 12px; }
.detail-actions > * { flex: 1; min-height: 48px; text-align: center; }
.detail-tabs { display: flex; gap: 48px; padding: 0 26px; border-top: 1px solid #eee; border-bottom: 1px solid #eee; }
.detail-tabs button { height: 50px; padding: 0; display: grid; place-items: center; color: #4b4e56; background: transparent; border: 0; font-weight: 700; }
.detail-tabs button.active { color: #c08c1a; box-shadow: inset 0 -2px 0 var(--gold); }
.detail-body { padding: 22px 26px 30px; }
.detail-body h3 { margin: 0 0 16px; font-size: 17px; }
.metrics { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #e7e8eb; border-left: 1px solid #e7e8eb; }
.metric { min-height: 66px; padding: 11px; border-right: 1px solid #e7e8eb; border-bottom: 1px solid #e7e8eb; }
.metric span { display: block; margin-bottom: 6px; color: #9a9ca3; font-size: 12px; }
.screenshot-title { margin-top: 24px !important; }
.detail-screenshot { width: 100%; display: block; aspect-ratio: 2.2 / 1; object-fit: cover; background: #25272c; }
.buyer-notice { background: #fafafa; }
.notice-alert { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 18px; padding: 16px 18px; color: #6b531d; background: #fff8e6; border: 1px solid #efd99e; }
.notice-alert > svg { flex: 0 0 auto; margin-top: 2px; color: #d69d19; font-size: 24px; }
.notice-alert strong { display: block; margin-bottom: 5px; color: #4d3d19; font-size: 15px; }
.notice-alert p { margin: 0; line-height: 1.65; }
.notice-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid #e3e4e7; border-left: 1px solid #e3e4e7; }
.notice-grid section { min-width: 0; min-height: 184px; padding: 20px; display: grid; grid-template-columns: 38px 1fr; gap: 12px; background: #fff; border-right: 1px solid #e3e4e7; border-bottom: 1px solid #e3e4e7; }
.notice-number { color: #d8a62e; font-size: 19px; font-weight: 800; }
.notice-grid h3 { margin: 0 0 10px; color: #353840; font-size: 16px; }
.notice-grid ul { margin: 0; padding-left: 18px; color: #6e7179; line-height: 1.75; }
.notice-grid li + li { margin-top: 3px; }
.notice-footer { margin-top: 16px; padding: 13px 16px; display: flex; align-items: center; gap: 9px; color: #666971; background: #f0f1f3; }
.notice-footer svg { flex: 0 0 auto; color: #3d4047; font-size: 18px; }
.login-page, .about-page { min-height: 720px; padding: 20px 0 52px; background: #eef0f3 url("assets/reference/page-bg.png") center top / cover no-repeat; }
.login-card { width: min(1200px, calc(100% - 48px)); min-height: 590px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr; background: #fff; }
.login-art { min-height: 590px; overflow: hidden; background: #cfd4d8; }
.login-art img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.login-form { width: 310px; margin: auto; }
.login-form h1 { margin: 0 0 42px; padding-bottom: 13px; position: relative; text-align: center; font-size: 24px; }
.login-form h1::after { content: ""; position: absolute; left: 50%; bottom: 0; width: 36px; height: 2px; background: var(--dark); transform: translateX(-50%); }
.login-input { height: 49px; margin-bottom: 18px; display: flex; align-items: center; border-bottom: 1px solid #c8cad0; }
.login-input svg { margin-right: 12px; color: #898c94; font-size: 18px; }
.login-input input { min-width: 0; flex: 1; height: 100%; border: 0; outline: 0; }
.code-button { color: #6e7077; background: none; border: 0; white-space: nowrap; }
.login-submit { width: 100%; height: 48px; margin-top: 15px; }
.agreement { display: flex; gap: 8px; align-items: flex-start; margin-top: 18px; color: #7a7d84; font-size: 12px; line-height: 1.6; }
.agreement input { margin-top: 3px; accent-color: var(--dark); }

.orders-page { min-height: 650px; padding: 28px 0 55px; }
.orders-panel { min-height: 480px; background: #fff; }
.orders-title { height: 64px; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #eee; }
.order-tabs { height: 56px; padding: 0 24px; display: flex; gap: 34px; border-bottom: 1px solid #ececef; }
.order-tabs button { position: relative; padding: 0 4px; color: #777a82; background: none; border: 0; font-weight: 700; }
.order-tabs button.active { color: #bd8815; }
.order-tabs button.active::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 2px; background: var(--gold); }
.orders-list { padding: 20px 24px; }
.order-item { display: grid; grid-template-columns: 112px 1fr auto; gap: 16px; padding: 16px 0; border-bottom: 1px solid #eee; }
.order-item img { width: 112px; height: 70px; object-fit: cover; }
.order-item h3 { margin: 2px 0 9px; font-size: 15px; }
.order-item p { margin: 0; color: #898c93; }
.order-price { text-align: right; }
.order-price strong { display: block; color: var(--danger); font-size: 20px; }
.status { margin-top: 9px; display: inline-block; color: #22a866; }
.status.reviewing { color: #c38b12; }
.order-contact { min-height: 31px; margin-top: 10px; padding: 0 12px; display: inline-flex; align-items: center; justify-content: center; color: #fff; background: var(--dark); font-size: 12px; }
.empty-orders { padding: 110px 20px; color: #999ca3; text-align: center; }
.empty-orders svg { display: block; margin: 0 auto 14px; font-size: 48px; }

.publish-page { min-height: 760px; padding: 40px 0 56px; background: #eef0f3 url("assets/reference/page-bg.png") center top / cover fixed no-repeat; }
.publish-card { width: min(1200px, calc(100% - 48px)); margin: 0 auto; background: #fff; border-radius: 7px; overflow: hidden; }
.publish-heading { min-height: 92px; padding: 22px 28px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid #e5e6e9; }
.publish-heading h1 { margin: 0 0 7px; color: #30323a; font-size: 26px; }
.publish-heading p { margin: 0; color: #8a8d95; }
.publish-section { padding: 28px 20px 30px; margin: 0 20px; border-bottom: 1px solid #e8e9ec; }
.publish-section h2 { margin: 0 0 22px; padding-bottom: 13px; color: #2f3138; border-bottom: 1px solid #e7e8eb; font-size: 19px; }
.publish-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 27px 116px; }
.publish-field { min-width: 0; display: grid; gap: 9px; color: #656870; }
.publish-field > span:first-child { min-height: 20px; }
.publish-field b { margin-right: 5px; color: #e65d5d; font-weight: 500; }
.publish-field.wide { grid-column: 1 / -1; }
.publish-field input, .publish-field select, .publish-field textarea { width: 100%; color: #4f525a; background: #fff; border: 1px solid #d9dbe0; outline: 0; }
.publish-field input, .publish-field select { height: 38px; padding: 0 11px; }
.publish-field textarea { min-height: 82px; padding: 10px 11px; resize: vertical; }
.publish-field input:focus, .publish-field select:focus, .publish-field textarea:focus { border-color: #9da0a7; box-shadow: 0 0 0 2px rgba(32,33,37,.06); }
.publish-range { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 12px; }
.publish-range em { color: #33363d; font-style: normal; }
.upload-box { width: 190px; min-height: 152px; display: grid; place-items: center; align-content: center; gap: 6px; color: #71747d; background: #fafafa; border: 1px dashed #c9cbd1; text-align: center; cursor: pointer; }
.upload-box:hover { border-color: #9b7a2c; background: #fffaf0; }
.upload-box input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.upload-box svg { color: #9a7a2d; font-size: 30px; }
.upload-box span, .upload-box small { padding: 0 10px; color: #9699a0; font-size: 11px; line-height: 1.45; }
.upload-preview { margin-top: 16px; display: flex; flex-wrap: wrap; gap: 10px; }
.upload-preview figure { width: 120px; margin: 0; }
.upload-preview img { width: 120px; height: 74px; display: block; object-fit: cover; border: 1px solid #e0e1e4; }
.upload-preview figcaption { margin-top: 5px; overflow: hidden; color: #898c94; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.rules-section, .disclaimer-section { color: #666971; line-height: 1.75; }
.publish-rules { padding: 18px 20px; background: #f7f7f8; }
.publish-rules h3 { margin: 0 0 4px; color: #3e4148; font-size: 15px; }
.publish-rules p { margin: 0 0 15px; }
.publish-rules p:last-child { margin-bottom: 0; }
.disclaimer-section ol { margin: 0; padding-left: 22px; }
.disclaimer-section li + li { margin-top: 7px; }
.publish-submit { padding: 25px 40px 32px; display: flex; flex-direction: column; align-items: center; gap: 18px; }
.publish-submit label { display: flex; align-items: center; gap: 8px; color: #656870; }
.publish-submit input { accent-color: var(--dark); }
.publish-submit button { min-width: 220px; height: 46px; }
.publish-submit button:disabled { cursor: not-allowed; color: #9a9ca2; background: #e5e6e8; border-color: #e5e6e8; }

.about-layout { width: min(1200px, calc(100% - 48px)); min-height: 620px; margin: 0 auto; display: grid; grid-template-columns: 200px 1fr; gap: 20px; }
.about-sidebar, .article { background: #fff; }
.about-sidebar { align-self: start; padding: 8px; }
.about-sidebar button { width: 100%; height: 46px; padding: 0 20px; color: #676a72; background: #fff; border: 0; text-align: left; }
.about-sidebar button.active { background: #edeef1; }
.article { padding: 30px; }
.article-bar { padding: 20px; background: #f6f7f8; font-size: 17px; font-weight: 700; }
.article-content { padding: 46px 20px; color: #61646d; line-height: 1.75; }
.article-content h1 { margin: 0 0 24px; color: #686b75; font-size: 42px; }
.article-content p { margin: 0; }

.form-modal { width: min(720px, 100%); }
.modal-form { padding: 22px 24px 26px; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.form-grid label { display: grid; gap: 7px; color: #666971; }
.form-grid .wide { grid-column: 1 / -1; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; padding: 0 11px; border: 1px solid #d2d4d9; outline: 0; }
.form-grid input, .form-grid select { height: 40px; }
.form-grid textarea { min-height: 74px; padding-top: 10px; resize: vertical; }
.form-actions { margin-top: 22px; display: flex; justify-content: flex-end; gap: 10px; }
.service-modal { width: min(460px, 100%); text-align: center; }
.service-content { padding: 38px 28px 44px; }
.service-icon { width: 74px; height: 74px; margin: 0 auto 18px; display: grid; place-items: center; color: #fff; background: var(--dark); border-radius: 50%; font-size: 36px; }
.service-content h2 { margin: 0 0 10px; }
.service-content p { color: #858890; line-height: 1.8; }
.service-hours { margin-top: 20px; padding: 14px; color: #765a19; background: #fff7df; }

.toast { position: fixed; z-index: 120; top: 26px; left: 50%; min-width: 260px; padding: 13px 18px; display: flex; align-items: center; justify-content: center; gap: 9px; color: #67501d; background: #fff8e9; border: 1px solid #ebd49d; box-shadow: 0 8px 24px rgba(0,0,0,.13); opacity: 0; transform: translate(-50%, -16px); pointer-events: none; transition: .2s ease; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 900px) {
  .header-inner { width: calc(100% - 28px); }
  .brand { margin-right: 28px; }
  .site-nav a { min-width: 105px; font-size: 16px; }
  .filter-grid { grid-template-columns: repeat(2, 1fr); }
  .assurances { grid-template-columns: repeat(2, 1fr); gap: 22px; padding: 28px 0; }
  .detail-top { grid-template-columns: 1fr; }
  .login-card { grid-template-columns: 1.35fr 1fr; }
  .metrics { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
  .site-header { height: 80px; overflow: hidden; }
  .header-inner { width: 100%; padding: 0 60px; min-width: 640px; margin: 0; }
  .brand { margin-right: 66px; font-size: 26px; }
  .site-nav a { display: none; min-width: 150px; font-size: 18px; }
  .site-nav a.active { display: grid; border: 0; box-shadow: none; }
  .header-actions { display: none; }
  .hero { height: 362px; background-size: auto 362px; background-position: center; }
  .market-section { padding-top: 18px; overflow: hidden; }
  .content-width { width: calc(100% - 32px); }
  .search-row { width: 520px; }
  .search-field { width: 360px; }
  .filter-panel { width: 760px; }
  .filter-grid { grid-template-columns: repeat(2, 1fr); }
  .table-frame { overflow-x: auto; }
  .account-table { width: 2600px; }
  .account-table th:first-child, .account-table td:first-child { width: 190px; }
  .account-table th:last-child, .account-table td:last-child { position: static; box-shadow: none; }
  .account-table th { height: 70px; }
  .account-table td { height: 71px; }
  .pagination { width: 640px; justify-content: flex-start; }
  .assurances { width: calc(100% - 40px); grid-template-columns: 1fr; }
  .site-footer > p { height: auto; min-height: 48px; padding: 8px 20px; text-align: center; line-height: 1.6; }
  .modal-layer { padding: 0; }
  .modal-shell { width: 100%; min-height: 100%; margin: 0; }
  .detail-top { padding: 16px; }
  .detail-tabs { gap: 24px; }
  .metrics { grid-template-columns: repeat(2, 1fr); }
  .notice-grid { grid-template-columns: 1fr; }
  .notice-grid section { min-height: auto; padding: 17px 15px; }
  .login-page { min-height: auto; padding: 18px 0 30px; }
  .login-card { width: calc(100% - 28px); min-height: 0; display: block; }
  .login-art { min-height: 290px; height: 290px; }
  .login-form { width: auto; padding: 34px 26px 42px; }
  .about-layout { width: calc(100% - 28px); grid-template-columns: 1fr; }
  .about-sidebar { display: grid; grid-template-columns: repeat(4, 1fr); overflow-x: auto; }
  .about-sidebar button { width: 108px; padding: 0 9px; text-align: center; }
  .article { padding: 14px; }
  .article-content { padding: 30px 10px; }
  .article-content h1 { font-size: 32px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid .wide { grid-column: auto; }
  .order-item { grid-template-columns: 88px 1fr; }
  .order-item img { width: 88px; height: 60px; }
  .order-price { grid-column: 2; text-align: left; }
  .publish-page { padding: 16px 0 30px; }
  .publish-card { width: calc(100% - 24px); }
  .publish-heading { padding: 18px; align-items: flex-start; }
  .publish-heading h1 { font-size: 22px; }
  .publish-heading p { line-height: 1.55; }
  .publish-heading .plain-button { width: 42px; min-width: 42px; padding: 0; font-size: 0; }
  .publish-heading .plain-button svg { font-size: 16px; }
  .publish-section { margin: 0 12px; padding: 24px 4px; }
  .publish-grid { grid-template-columns: 1fr; gap: 18px; }
  .publish-field.wide { grid-column: auto; }
  .publish-range { gap: 7px; }
  .upload-box { width: 100%; min-height: 132px; }
  .publish-submit { padding: 24px 16px 30px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
