.guide-main { width: min(1180px, calc(100% - 40px)); padding-bottom: 72px; }
.guide-hero { padding: 68px 0 34px; text-align: center; }
.guide-hero h1 { font-size: clamp(38px, 6vw, 64px); }
.guide-hero > p:not(.eyebrow) { margin: 15px 0 0; color: var(--muted); font-size: 14px; }
.guide-columns { display: grid; grid-template-columns: minmax(0,2fr) minmax(0,1fr); align-items: start; gap: 14px; }
.guide-panel { padding: 25px; border: 1px solid var(--line); border-radius: 18px; background: rgba(12,23,36,.92); }
.panel-top { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 19px; }
.panel-top h2 { margin: 2px 0 0; font-size: 25px; }
.panel-top p:not(.eyebrow) { margin: 7px 0 0; color: var(--muted); font-size: 11px; }
.route-table-wrap { overflow-x: auto; }
.route-table { width: 100%; min-width: 0; border-collapse: collapse; table-layout: fixed; }
.route-col-map { width: 15%; }
.route-col-npc { width: 17%; }
.route-col-location { width: 25%; }
.route-col-quest { width: 37%; }
.route-col-check { width: 6%; }
.route-table th { padding: 13px 10px; color: #91aabd; border-bottom: 1px solid #34536a; font-size: 11px; font-weight: 700; text-align: center; }
.route-table td { height: 52px; padding: 13px 10px; color: #d0dee7; border-bottom: 1px solid rgba(255,255,255,.075); font-size: 12px; line-height: 1.6; text-align: center; overflow-wrap: anywhere; vertical-align: middle; }
.route-table td:nth-last-child(4) { color: #8bdcff; font-weight: 700; }
.route-table td:nth-last-child(3) { color: #abc0ce; }
.route-table td:last-child { text-align: center; }
.route-table tr.section-row td { color: var(--accent); background: rgba(198,255,68,.06); font-weight: 800; letter-spacing: .08em; }
.route-check { width: 17px; height: 17px; accent-color: var(--accent); cursor: pointer; }
.route-table tr.done td { opacity: .43; text-decoration: line-through; }
.route-map-cell { padding: 13px 10px !important; color: #f4f9fc !important; border-right: 1px solid rgba(90,183,255,.18); vertical-align: middle !important; background: rgba(90,183,255,.025); font-size: 12px !important; font-weight: 800; line-height: 1.5; text-align: center !important; overflow-wrap: anywhere; }
.route-warning { color: #ff6f75; font-weight: 800; }
.item-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 9px; }
.item-card { display: flex; align-items: center; gap: 11px; padding: 14px; border: 1px solid #203d52; border-radius: 11px; background: #091522; cursor: pointer; }
.item-card:hover { border-color: #3c6681; }
.item-card input { width: 18px; height: 18px; accent-color: var(--accent); }
.item-card span { flex: 1; color: #c9d9e4; font-size: 12px; }
.item-card strong { color: var(--accent); font-size: 15px; }
.item-card.checked { opacity: .45; }
.consumable-grid { grid-template-columns: repeat(3,1fr); }
.consumable-grid .item-card { cursor: default; }
.supply-section + .supply-section { margin-top: 25px; }
.supply-section h3 { margin: 0 0 10px; color: #eaf4fa; font-size: 17px; }
.supply-table-wrap { overflow: hidden; border: 1px solid #203d52; border-radius: 12px; }
.supply-table { width: 100%; min-width: 0; border-collapse: collapse; table-layout: fixed; }
.supply-table th { padding: 11px 14px; color: #7894a8; border-bottom: 1px solid #29465e; font-size: 10px; text-align: left; background: #091522; }
.supply-table td { padding: 11px 10px; color: #c9d9e4; border-bottom: 1px solid rgba(255,255,255,.06); font-size: 12px; overflow-wrap: anywhere; vertical-align: middle; }
.supply-table tr:last-child td { border-bottom: 0; }
.supply-table tr.checked td { opacity: .42; }
.supply-table th:nth-child(1) { width: 14%; text-align: center; }
.supply-table th:nth-child(2) { width: 43%; }
.supply-table th:nth-child(3) { width: 22%; }
.supply-table th:nth-child(4) { width: 21%; text-align: center; }
.supply-table td:nth-child(1), .supply-table td:nth-child(4) { text-align: center; }
.supply-table td:nth-child(3) { color: var(--accent); font-size: 14px; font-weight: 800; }
.supply-check { width: 17px; height: 17px; accent-color: var(--accent); cursor: pointer; }
.copy-item { padding: 6px 10px; color: #8bdcff; border: 1px solid #2a4b62; border-radius: 7px; background: #0a1a28; cursor: pointer; font-size: 10px; }
.copy-item.copied { color: #07131c; border-color: var(--accent); background: var(--accent); }
.reset-button { flex: 0 0 auto; padding: 9px 12px; color: #8da7b8; border: 1px solid #2a485e; border-radius: 8px; background: transparent; cursor: pointer; white-space: nowrap; }
.guide-empty { padding: 55px; color: var(--muted); text-align: center; }
.guide-note { display: flex; gap: 12px; margin: 0 0 14px; padding: 16px 19px; color: #9bb0bf; border: 1px solid #25455b; border-radius: 12px; font-size: 12px; line-height: 1.7; background: rgba(9,21,34,.78); }
.guide-note strong { color: #8adfff; }
.guide-note a { color: #8bdcff; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 760px) {
  .guide-main { width: min(100% - 24px,1180px); }
  .guide-hero { padding: 50px 0 29px; }
  .guide-panel { padding: 16px; }
  .panel-top { align-items: stretch; flex-direction: column; gap: 12px; }
  .item-grid, .consumable-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 980px) {
  .guide-columns { grid-template-columns: 1fr; }
}
@media (max-width: 430px) {
  .item-grid, .consumable-grid { grid-template-columns: 1fr; }
}
