/* Design A / 清爽工具 — presentation only. Original markup and all application logic retained. */
:root {
  color-scheme: only light;
  --bg: #fff;
  --panel: #fff;
  --text: #252b29;
  --muted: #727977;
  --line: #e7ebe9;
  --accent: #16745c;
  --accent-strong: #125e4b;
  --accent-soft: #eef4f1;
  --danger: #b64538;
  --shadow: none;
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
}
html, body { background: #fff; color: var(--text); }
body { line-height: 1.5; }
main { width: min(1120px, calc(100% - 48px)); padding: 36px 0 44px; }
h1, h2, h3, label, button { font-weight: 600; }
h1 { font-size: 30px; letter-spacing: -.7px; line-height: 1.3; }
button { box-shadow: none; transition: background-color .15s, color .15s, border-color .15s; }
button:focus-visible, a:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
input, select { border-color: var(--line); min-height: 48px; font-size: 16px; }
input:focus, select:focus, .return-search input:focus { border-color: var(--accent); box-shadow: 0 0 0 2px #16745c12; }
.primary, .return-search-button { background: var(--accent); color: #fff; box-shadow: none; }
.primary:hover, .return-search-button:hover { background: var(--accent-strong); }
.primary:disabled { background: #edf0ee; color: #929a96; }
.secondary, .copy-btn { background: var(--accent-soft); color: var(--accent-strong); }
.lead { font-size: 14px; line-height: 1.7; margin-bottom: 0; }
.site-nav, .generator, .result-panel, .feature-tabs, .skin-controls, .skin-list-panel,
.poster-hero, .poster-list-panel, .camp-daily-summary, .camp-rank-controls, .camp-rank-list-panel,
.wish-hero, .wish-panel {
  background: #fff; border-color: var(--line); box-shadow: none;
  backdrop-filter: none; -webkit-backdrop-filter: none;
}
.site-nav { position: sticky; top: 0; padding: 16px max(24px, calc((100% - 1120px) / 2)); border-bottom: 1px solid var(--line); }
.site-brand { gap: 10px; }
.site-brand-mark { width: 36px; height: 36px; border: 0; border-radius: 8px; box-shadow: none; }
.site-brand-name { color: var(--text); font-size: 19px; font-weight: 600; letter-spacing: -.5px; }
.site-links { gap: 8px; }
.site-link { padding: 10px 14px; background: transparent; color: var(--muted); font-size: 14px; font-weight: 500; border-radius: 6px; }
.site-link.active { background: var(--accent-soft); color: var(--accent); }
.app-shell { gap: 24px; }
.generator { padding: 26px; top: 96px; }
.result-panel { padding: 26px; }
.result-panel h2 { font-size: 19px; }
.input-row { gap: 0; }
.input-row label { margin-bottom: 14px; font-size: 19px; }
.counter, .status-pill, .variant-meta { font-weight: 400; }
.status-pill { border-radius: 4px; background: #f4f6f5; color: var(--muted); padding: 4px 7px; }
.hint { font-size: 12px; }
.safety-notice { border-color: #e7e0ce; border-radius: 6px; background: #fcfaf3; color: #806f49; font-size: 12px; font-weight: 400; line-height: 1.8; }
.empty { min-height: 270px; background: #fafbfA; color: var(--muted); border: 1px dashed var(--line); font-size: 13px; }
.empty strong { font-weight: 500; }
.result-card { padding: 14px; border-color: var(--line); border-radius: 6px; background: #fff; box-shadow: none; }
.preview { font-size: 21px; font-weight: 500; }
.tag { border-radius: 4px; color: var(--muted); background: #f4f6f5; font-weight: 400; }
.skin-days-page, .camp-rank-page, .poster-page { gap: 22px; }
.ask-feature-bar { gap: 16px; align-items: center; }
.feature-tabs { display: flex; gap: 28px; padding: 0; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; }
.feature-tab { min-height: 48px; padding: 10px 0; border-radius: 0; border-bottom: 2px solid transparent; background: transparent; color: var(--muted); font-size: 17px; font-weight: 400; box-shadow: none; }
.feature-tab.active { background: transparent; color: var(--text); border-bottom-color: var(--accent); font-weight: 600; }
.feature-beta-badge, .feature-tab.active .feature-beta-badge { min-width: 0; min-height: 0; padding: 0; margin-left: 3px; border: 0; border-radius: 0; color: var(--accent); background: transparent; box-shadow: none; font-size: 9px; font-weight: 500; }
.feedback-trigger { min-height: 44px; padding: 0 10px; border: 0; border-radius: 6px; color: var(--muted); background: transparent; box-shadow: none; font-size: 12px; font-weight: 400; }
.feedback-trigger:hover { background: #f4f6f5; color: var(--accent); }
.skin-controls { padding: 0 0 20px; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; gap: 18px; }
.role-filter { gap: 6px; }
.role-filter-title, .camp-filter-title { margin-right: 10px; color: var(--muted); font-size: 12px; font-weight: 400; }
.role-button, .camp-tab, .camp-daily-summary-tab { min-height: 40px; padding: 7px 14px; border: 1px solid transparent; border-radius: 6px; background: #fff; color: var(--muted); font-size: 13px; font-weight: 400; box-shadow: none; }
.role-button:hover, .camp-tab:hover, .camp-daily-summary-tab:hover { background: #f7f8f7; }
.role-button.active, .camp-tab.active, .camp-daily-summary-tab.active { background: var(--accent-soft); color: var(--accent-strong); border-color: transparent; font-weight: 600; }
.role-button.fmvp-button { padding: 5px 10px; }
.fmvp-button.active { border-color: #cadbd3; background: var(--accent-soft); box-shadow: none; }
.return-search { width: min(460px, 100%); margin-top: 0; gap: 8px; }
.return-search label { margin: 0; }
.return-search span { color: var(--muted); font-size: 12px; font-weight: 400; }
.return-search input { min-width: 0; min-height: 46px; border-color: var(--line); font-size: 16px; }
.return-search-button { min-height: 46px; border-radius: 7px; padding: 0 20px; font-size: 14px; font-weight: 500; }
.skin-list-panel, .poster-list-panel { padding: 0; border: 0; border-radius: 0; }
.skin-list-head { align-items: center; gap: 12px; margin-bottom: 18px; }
.skin-list-title-group { gap: 12px; flex-wrap: wrap; }
.skin-list-head h2, .poster-list-head h2, .camp-daily-summary-head h2 { font-size: 19px; font-weight: 600; }
.skin-list-notice, .skin-list-meta, .poster-list-meta, .camp-rank-meta, .camp-daily-summary-meta { font-size: 12px; font-weight: 400; color: var(--muted); }
.return-sort-tabs { gap: 4px; padding: 3px; border: 1px solid var(--line); border-radius: 6px; background: #fff; box-shadow: none; }
.return-sort-tab { min-height: 36px; padding: 6px 12px; border-radius: 4px; color: var(--muted); background: transparent; font-size: 12px; font-weight: 400; }
.return-sort-tab.active { color: var(--accent-strong); background: var(--accent-soft); font-weight: 500; }
.skin-hero-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; align-items: stretch; }
.skin-hero-card { display: grid; grid-template-columns: 44px minmax(0,1fr); grid-auto-rows: min-content; align-content: start; align-items: start; gap: 6px 10px; min-height: 0; min-width: 0; padding: 16px; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: none; }
.skin-hero-card.is-clickable:hover { transform: none; background: #fafcfb; border-color: #c4d7cd; box-shadow: none; }
.skin-hero-card .hero-avatar { grid-column: 1; grid-row: 1 / span 2; width: 44px; height: 44px; border: 0; border-radius: 6px; box-shadow: none; background: var(--accent-soft); }
.skin-hero-card .hero-avatar img { border-radius: 6px; }
.skin-hero-card .hero-rank { top: -7px; left: -7px; min-width: 18px; height: 18px; padding: 0 3px; border: 1px solid var(--line); border-radius: 5px; background: #fff; color: var(--muted); font-size: 10px; font-weight: 500; box-shadow: none; }
.skin-hero-card .hero-rank.rank-1, .skin-hero-card .hero-rank.rank-2, .skin-hero-card .hero-rank.rank-3 { background: #fff; color: var(--accent); border-color: #d0ded7; }
.skin-hero-card .hero-card-body { display: contents; }
.skin-hero-card .hero-card-top { grid-column: 2; grid-row: 1; min-height: 0; margin: 1px 0 0; align-self: end; }
.skin-hero-card .hero-name { overflow: visible; text-overflow: clip; white-space: normal; overflow-wrap: anywhere; font-size: 15px; line-height: 1.3; font-weight: 600; }
.skin-hero-card .hero-role-tags { grid-column: 2; grid-row: 2; min-height: 0; margin: 0; gap: 3px 6px; align-self: start; }
.skin-hero-card .role-chip { padding: 0; border: 0; border-radius: 0; background: transparent; color: var(--muted); font-size: 10px; line-height: 1.4; font-weight: 400; }
.skin-hero-card .latest-skin, .skin-hero-card .skin-name-row, .skin-hero-card .skin-date, .skin-hero-card .return-meta-row, .skin-hero-card .wait-days, .skin-hero-card .no-skin { grid-column: 1 / -1; }
.skin-hero-card .latest-skin { margin: 9px 0 0; color: var(--muted); font-size: 11px; line-height: 1.4; font-weight: 400; }
.skin-hero-card .skin-name-row { min-height: 24px; gap: 5px; margin: 0 0 3px; align-items: center; }
.skin-hero-card .skin-name { margin: 0; color: var(--text); font-size: 13px; line-height: 1.5; font-weight: 500; }
.skin-hero-card .skin-tag-img { width: 44px; max-height: 21px; filter: none; }
.skin-hero-card .skin-date { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.6; font-weight: 400; overflow-wrap: anywhere; }
.skin-hero-card .return-meta-row { gap: 5px; margin: 2px 0 0; }
.skin-hero-card .return-count { padding: 2px 5px; border: 0; border-radius: 3px; background: #f3f6f4; color: var(--accent-strong); font-size: 10px; font-weight: 400; }
.skin-hero-card .no-direct-sale-badge { padding: 2px 5px; border: 0; border-radius: 3px; background: #fbf1ef; color: #a45042; font-size: 10px; font-weight: 400; box-shadow: none; }
.skin-hero-card .wait-days { width: 100%; max-width: 100%; justify-self: stretch; justify-content: flex-start; gap: 5px; margin: 8px 0 0; padding: 12px 0 0; border: 0; border-top: 1px solid var(--line); border-radius: 0; background: transparent; color: var(--text); box-shadow: none; }
.skin-hero-card .wait-days strong { font-size: 27px; font-weight: 600; line-height: 1.15; letter-spacing: -.8px; font-variant-numeric: tabular-nums; }
.skin-hero-card .wait-days span { color: var(--muted); font-size: 11px; line-height: 1.4; font-weight: 400; }
.skin-hero-card .wait-days.is-active { background: transparent; color: var(--accent); border-color: var(--line); }
.skin-hero-card .wait-days.is-active strong { font-size: 22px; letter-spacing: 0; }
.skin-load-more { margin-top: 18px; min-height: 44px; border-color: var(--line); border-radius: 6px; background: #f7f9f8; color: var(--accent); font-weight: 500; box-shadow: none; }
.fmvp-card { border-color: var(--line); box-shadow: none; background: #fff; }
.fmvp-card h3 { font-weight: 600; }
.fmvp-date { color: var(--muted); font-weight: 400; }
.fmvp-days { border: 0; background: var(--accent-soft); color: var(--accent); box-shadow: none; font-weight: 400; }
.fmvp-days strong { font-weight: 600; }
.poster-hero { padding: 0 0 22px; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; }
.poster-hero h1 { font-size: 28px; }
.poster-grid { grid-template-columns: repeat(4, minmax(0,1fr)); gap: 14px; }
.poster-card { border-color: var(--line); border-radius: 8px; background: #fff; box-shadow: none; }
.poster-card-body { gap: 10px; padding: 14px; }
.poster-title { display: block; overflow: visible; font-size: 15px; line-height: 1.5; font-weight: 600; -webkit-line-clamp: unset; }
.poster-desc { display: block; overflow: visible; font-size: 12px; font-weight: 400; line-height: 1.5; color: var(--muted); -webkit-line-clamp: unset; }
.poster-download { min-height: 42px; border: 1px solid var(--line); border-radius: 5px; background: #fff; color: var(--accent); font-size: 13px; font-weight: 500; box-shadow: none; }
.poster-download:hover { border-color: #c4d7cd; background: var(--accent-soft); }
.camp-daily-summary { padding: 20px 0 24px; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; }
.camp-daily-summary-head { gap: 12px; }
.camp-daily-summary-tab { padding: 6px 12px; font-size: 12px; }
.camp-daily-summary-grid { gap: 20px; }
.camp-mover-group, .camp-mover-group.up, .camp-mover-group.down { padding: 14px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.camp-mover-group-title { font-size: 13px; font-weight: 600; }
.camp-mover-group-title span { font-size: 10px; font-weight: 400; }
.camp-mover-list { gap: 0; }
.camp-mover-item { padding: 10px 0; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; background: transparent; }
.camp-mover-item:last-child { border-bottom: 0; padding-bottom: 0; }
.camp-mover-rank { color: var(--muted); background: transparent; font-size: 11px; font-weight: 400; }
.camp-mover-avatar { border: 0; border-radius: 5px; background: var(--accent-soft); }
.camp-mover-name { font-size: 13px; font-weight: 500; }
.camp-mover-current { color: var(--muted); font-size: 11px; font-weight: 400; }
.camp-mover-change { font-size: 14px; font-weight: 600; }
.camp-mover-change.up, .camp-hero-mode-trend.up { color: #b64538; }
.camp-mover-change.down, .camp-hero-mode-trend.down { color: var(--accent); }
.camp-rank-controls { padding: 0 0 22px; gap: 10px; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; }
.camp-filter { gap: 6px; }
.camp-date-trigger { min-height: 44px; border: 1px solid var(--line); border-radius: 6px; color: var(--text); background: #fff; box-shadow: none; font-weight: 500; }
.camp-date-note { color: var(--muted); font-size: 12px; font-weight: 400; }
.camp-calendar { border-color: var(--line); background: #fff; box-shadow: 0 12px 32px #18251f16; }
.camp-rank-list-panel { border: 0; padding: 0; }
.camp-rank-list-head { margin-bottom: 12px; }
.camp-rank-table-wrap { border: 0; border-radius: 0; }
.camp-rank-table thead th { background: #f7f9f8; color: var(--muted); font-size: 12px; font-weight: 400; }
.camp-sort-button { min-height: 40px; font-weight: 400; }
.camp-rank-table tbody td { padding-top: 14px; padding-bottom: 14px; }
.camp-rank-table tbody tr:hover { background: #fafcfb; }
.camp-rank-number, .camp-rank-number.rank-1, .camp-rank-number.rank-2, .camp-rank-number.rank-3 { background: transparent; color: var(--muted); box-shadow: none; font-size: 13px; font-weight: 400; }
.camp-row-avatar { width: 38px; height: 38px; border: 0; border-radius: 5px; box-shadow: none; background: var(--accent-soft); }
.camp-hero-name-line { font-weight: 500; font-size: 14px; color: var(--text); }
.camp-hero-name-sub { color: var(--muted); font-weight: 400; }
.camp-rate-value { color: var(--accent-strong); font-size: 16px; font-weight: 600; font-variant-numeric: tabular-nums; }
.camp-rate-muted { color: var(--muted); font-weight: 400; font-variant-numeric: tabular-nums; }
.copy-panel-box, .poster-link-box, .limited-detail-box, .camp-hero-panel-box, .feedback-box { border: 1px solid var(--line); border-radius: 12px; background: #fff; box-shadow: 0 16px 60px #13241c24; }
.copy-panel { z-index: 60; }
.copy-panel-box h2, .poster-link-head h2, .limited-detail-head h2, .camp-hero-panel-titleline h2, .feedback-head h2 { font-weight: 600; }
.camp-hero-panel-avatar { border: 0; box-shadow: none; }
.camp-hero-panel-titleline p { font-weight: 400; }
.camp-hero-compare-toggle { min-height: 40px; border-radius: 6px; border-color: var(--line); font-weight: 500; background: #f7f9f8; }
.camp-hero-compare-toggle[aria-pressed="true"] { color: var(--accent); background: var(--accent-soft); border-color: #cbdcd3; }
.camp-hero-mode-card { background: #fafcfb; border-color: var(--line); }
.camp-hero-mode-card.active { background: #f2f7f4; border-color: #bfd4c8; }
.camp-hero-mode-head { font-weight: 600; }
.camp-hero-mode-head span, .camp-hero-mode-metric span { color: var(--muted); font-weight: 400; }
.camp-hero-mode-metric { border-color: var(--line); border-radius: 6px; }
.camp-hero-mode-metric strong { font-weight: 600; color: var(--accent-strong); }
.camp-hero-mode-trend { font-weight: 500; }
.camp-hero-mode-metric .camp-hero-mode-trend.up { color: #b64538; }
.camp-hero-mode-metric .camp-hero-mode-trend.down { color: var(--accent); }
.camp-hero-mode-metric .camp-hero-mode-trend.flat, .camp-hero-mode-metric .camp-hero-mode-trend.unavailable { color: var(--muted); }
.limited-detail-stat, .limited-history-row, .poster-link-row { border-color: var(--line); background: #fafcfb; box-shadow: none; }
.limited-detail-stat strong, .limited-history-row strong { font-weight: 600; }
.limited-detail-stat span, .limited-history-row span, .poster-link-url { font-weight: 400; }
.feedback-form textarea { border-color: var(--line); }
.feedback-captcha-row, .feedback-message, .poster-link-row { font-weight: 400; }
.site-footer { font-size: 12px; font-weight: 400; color: var(--muted); }
@media (min-width: 861px) {
  .skin-list-meta { margin-left: auto; }
  .skin-hero-card .wait-days span { font-size: 10px; }
}
@media (max-width: 1100px) and (min-width: 861px) {
  .skin-hero-grid, .poster-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
}
@media (max-width: 860px) {
  body { padding-bottom: calc(76px + env(safe-area-inset-bottom)); }
  main { width: min(640px, calc(100% - 36px)); padding: 24px 0 28px; }
  .site-nav, .site-nav.is-mobile-compact { padding: 14px 18px; box-shadow: none; }
  .site-brand-mark { width: 30px; height: 30px; border-radius: 7px; }
  .site-brand-name { font-size: 17px; }
  .site-links { padding: 6px 8px calc(8px + env(safe-area-inset-bottom)); gap: 0; border-color: var(--line); background: #fff; box-shadow: none; }
  .site-link { flex-direction: column; gap: 6px; min-height: 52px; padding: 5px 0; border-radius: 0; font-size: 0; font-weight: 400; background: transparent; }
  .site-link.active { background: transparent; color: var(--accent); font-weight: 600; }
  .site-link::after { font-size: 11px; line-height: 1.25; }
  .site-link::before { content: ""; display: block; flex: 0 0 19px; width: 19px; height: 19px; background-color: currentColor; -webkit-mask: var(--nav-icon) center/contain no-repeat; mask: var(--nav-icon) center/contain no-repeat; }
  .site-link[data-site-page-link="generator"] { --nav-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 6V4h16v2M12 4v16M8 20h8'/%3E%3C/svg%3E"); }
  .site-link[data-site-page-link="skin-days"] { --nav-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m12 3 9 5-9 5-9-5 9-5Zm-9 9 9 5 9-5M3 16l9 5 9-5'/%3E%3C/svg%3E"); }
  .site-link[data-site-page-link="camp-rank"] { --nav-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.6' stroke-linecap='round'%3E%3Cpath d='M5 20V10m7 10V4m7 16V8M3 21h18'/%3E%3C/svg%3E"); }
  .site-link[data-site-page-link="skin-posters"] { --nav-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='18' height='18' rx='3'/%3E%3Ccircle cx='8.5' cy='8.5' r='1.5'/%3E%3Cpath d='m21 15-5-5L5 21'/%3E%3C/svg%3E"); }
  .generator, .result-panel { padding: 20px; }
  .generator { position: static; }
  .ask-feature-bar { display: grid; grid-template-columns: 1fr; gap: 4px; }
  .feature-tabs { justify-content: flex-start; gap: 25px; width: 100%; }
  .feature-tab { font-size: 16px; min-height: 46px; }
  .feedback-trigger { justify-self: end; min-height: 36px; padding: 3px 0; font-size: 11px; }
  .skin-controls, .camp-rank-controls { padding: 0 0 16px; }
  .skin-list-panel, .poster-list-panel, .camp-rank-list-panel { padding: 0; }
  .skin-days-page { gap: 16px; }
  .role-filter { gap: 3px; }
  .role-filter-title { flex-basis: 100%; margin: 0 0 4px; }
  .role-button { min-height: 38px; padding: 5px 10px; font-size: 12px; }
  .skin-list-head { gap: 10px; margin-bottom: 14px; }
  .skin-list-title-group { gap: 5px 10px; }
  .skin-list-head h2, .poster-list-head h2 { font-size: 17px; }
  .skin-list-notice { font-size: 10px; }
  .skin-list-meta, .poster-list-meta { font-size: 11px; }
  .return-sort-tabs { justify-self: start; width: auto; }
  .return-sort-tab { min-height: 38px; }
  .skin-hero-grid, .poster-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
  .skin-hero-card { grid-template-columns: 40px minmax(0,1fr); padding: 12px; gap: 5px 8px; }
  .skin-hero-card .hero-avatar { width: 40px; height: 40px; }
  .skin-hero-card .hero-name { font-size: 14px; }
  .skin-hero-card .hero-rank { top: -6px; left: -6px; height: 17px; min-width: 17px; font-size: 9px; }
  .skin-hero-card .latest-skin { margin-top: 8px; font-size: 10px; }
  .skin-hero-card .skin-name { font-size: 12px; }
  .skin-hero-card .skin-name-row { min-height: 22px; margin-bottom: 2px; }
  .skin-hero-card .skin-tag-img { width: 38px; max-height: 19px; }
  .skin-hero-card .skin-date { font-size: 10px; }
  .skin-hero-card .return-count, .skin-hero-card .no-direct-sale-badge { padding: 2px 4px; font-size: 9px; }
  .skin-hero-card .wait-days { padding-top: 10px; margin-top: 7px; gap: 4px; flex-wrap: wrap; }
  .skin-hero-card .wait-days strong { font-size: 25px; }
  .skin-hero-card .wait-days span { font-size: 9px; }
  .skin-hero-card .wait-days.is-active strong { font-size: 20px; }
  .poster-hero { padding: 0 0 20px; }
  .poster-hero h1 { font-size: 25px; }
  .poster-hero .lead { font-size: 12px; }
  .poster-card-body { gap: 8px; padding: 11px; }
  .poster-title { font-size: 13px; }
  .poster-desc { font-size: 10px; min-height: 30px; }
  .poster-download { font-size: 12px; min-height: 40px; padding: 6px; }
  .camp-daily-summary { padding: 0 0 20px; }
  .camp-daily-summary-head { gap: 9px; }
  .camp-daily-summary-head h2 { font-size: 20px; }
  .camp-daily-summary-tabs { gap: 3px; }
  .camp-daily-summary-tab { min-height: 40px; padding: 5px 10px; font-size: 11px; }
  .camp-daily-summary-meta { font-size: 11px; }
  .camp-daily-summary-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
  .camp-mover-group { padding: 10px !important; gap: 5px; }
  .camp-mover-group-title { flex-wrap: wrap; gap: 2px 6px; font-size: 12px; }
  .camp-mover-group-title span { font-size: 9px; font-weight: 400; }
  .camp-mover-item { grid-template-columns: 12px 26px minmax(0,1fr); gap: 3px 5px; padding: 9px 0; }
  .camp-mover-rank { grid-column: 1; grid-row: 1; width: 12px; height: auto; font-size: 10px; }
  .camp-mover-avatar { grid-column: 2; grid-row: 1; width: 26px; height: 26px; }
  .camp-mover-info { grid-column: 3; grid-row: 1; }
  .camp-mover-name { overflow: visible; white-space: normal; overflow-wrap: anywhere; font-size: 11px; line-height: 1.4; }
  .camp-mover-current { font-size: 10px; white-space: normal; line-height: 1.4; }
  .camp-mover-change { grid-column: 2 / -1; grid-row: 2; justify-self: end; font-size: 12px; }
  #campModeTabs, #campLaneTabs { gap: 4px; }
  #campModeTabs .camp-tab, #campLaneTabs .camp-tab { min-height: 40px; font-size: 11px; font-weight: 400; padding: 5px 3px; }
  #campModeTabs .camp-tab.active, #campLaneTabs .camp-tab.active { font-weight: 600; }
  .camp-filter-title { margin-right: 3px; font-size: 11px; }
  .camp-rank-table th, .camp-rank-table td { padding-left: 3px; padding-right: 3px; }
  .camp-rank-table tbody td { padding-top: 13px; padding-bottom: 13px; }
  .camp-rank-table thead th { font-size: 10px; }
  .camp-rank-table th:nth-child(1), .camp-rank-table td:nth-child(1) { width: 32px; padding-left: 0; padding-right: 2px; }
  .camp-rank-table th:nth-child(n+3), .camp-rank-table td:nth-child(n+3) { width: 52px; text-align: right; padding-right: 3px; }
  .camp-rank-number { width: 25px; height: 26px; font-size: 11px; }
  .camp-row-avatar { width: 30px; height: 30px; }
  .camp-hero-cell { gap: 6px; }
  .camp-hero-name-line { font-size: 12px; }
  .camp-hero-name-main, .camp-hero-name-sub { white-space: normal; overflow-wrap: anywhere; word-break: normal; }
  .camp-hero-name-sub { line-height: 1.3; }
  .camp-rate-value, .camp-rate-muted { font-size: 12px; }
  .camp-rank-meta { font-size: 11px; }
  .camp-hero-panel-box { max-height: calc(100dvh - 28px); }
  .camp-hero-panel-titleline h2 { font-size: 19px; }
  .camp-hero-mode-metric-value { grid-template-columns: 1fr; }
  .camp-hero-mode-trend { justify-self: start; }
  .camp-hero-compare-toggle { min-height: 38px; }
  .copy-panel-box, .poster-link-box, .limited-detail-box, .feedback-box { max-height: calc(100dvh - 28px); }
  .site-footer { font-size: 11px; }
}
@media (max-width: 350px) {
  main { width: calc(100% - 28px); }
  .site-nav, .site-nav.is-mobile-compact { padding-left: 14px; padding-right: 14px; }
  .skin-hero-card { grid-template-columns: 34px minmax(0,1fr); padding: 10px; gap: 5px 6px; }
  .skin-hero-card .hero-avatar { width: 34px; height: 34px; }
  .skin-hero-card .hero-name { font-size: 13px; }
  .skin-hero-card .wait-days strong { font-size: 23px; }
  .skin-hero-card .skin-tag-img { width: 33px; }
  .camp-rank-table th:nth-child(1), .camp-rank-table td:nth-child(1) { width: 25px; }
  .camp-rank-table th:nth-child(n+3), .camp-rank-table td:nth-child(n+3) { width: 46px; }
  .camp-row-avatar { width: 26px; height: 26px; }
  .camp-hero-cell { gap: 4px; }
  .camp-hero-name-line { font-size: 11px; }
  .camp-rate-value, .camp-rate-muted { font-size: 11px; }
  .camp-mover-group { padding: 8px !important; }
  .camp-mover-item { grid-template-columns: 9px 22px minmax(0,1fr); gap: 3px; }
  .camp-mover-avatar { width: 22px; height: 22px; }
  .camp-mover-current { font-size: 10px; }
}
