:root {
  --loot-green: #819b67;
  --loot-red: #b55f52;
  --loot-blue: #6e8fa8;
  --loot-ink: #111511;
}

body { background: #101310; }
.loot-hero {
  min-height: 360px;
  display: flex;
  align-items: end;
  background:
    linear-gradient(90deg, rgba(10, 13, 10, .94) 0%, rgba(10, 13, 10, .77) 48%, rgba(10, 13, 10, .34) 100%),
    linear-gradient(0deg, #101310 0%, transparent 45%),
    url("./assets/landscape.jpg") center 42% / cover no-repeat;
}
.loot-hero-inner { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 108px 0 48px; }
.loot-hero h1 { margin: 10px 0 12px; max-width: 760px; font-size: clamp(38px, 5vw, 66px); line-height: 1.04; letter-spacing: 0; }
.loot-hero p { max-width: 760px; margin: 0; color: #d1d5ce; font-size: 17px; line-height: 1.75; }
.loot-server-meta { display: flex; flex-wrap: wrap; gap: 1px; margin-top: 28px; max-width: 820px; }
.loot-server-meta span { min-width: 150px; padding: 12px 16px; background: rgba(12, 16, 12, .82); border: 1px solid rgba(226, 220, 192, .14); color: #979d95; }
.loot-server-meta strong { display: block; margin-bottom: 3px; color: #f0ead3; font-size: 15px; }
.loot-server-meta .online strong { color: #a8c78d; }
.loot-main { padding: 0 0 72px; }
.loot-inner { width: min(1180px, calc(100% - 28px)); display: grid; gap: 22px; }
.loot-inner > * { min-width: 0; }
.loot-server-tabs { display: flex; gap: 8px; overflow-x: auto; padding: 18px 0 2px; }
.loot-server-tabs button { min-width: 150px; border: 1px solid rgba(226, 220, 192, .18); border-radius: 4px; background: #171b17; color: #b8bdb4; padding: 11px 15px; text-align: left; cursor: pointer; }
.loot-server-tabs button strong, .loot-server-tabs button span { display: block; }
.loot-server-tabs button strong { color: #ece6cf; font-size: 17px; }
.loot-server-tabs button span { margin-top: 2px; font-size: 12px; }
.loot-server-tabs button.active { border-color: #a7965e; background: #25251d; box-shadow: inset 3px 0 #c2a95d; }
.loot-notices { display: grid; grid-template-columns: minmax(240px, .7fr) 1.3fr; gap: 22px; border-top: 1px solid rgba(226, 220, 192, .18); border-bottom: 1px solid rgba(226, 220, 192, .18); padding: 20px 0; }
.loot-notice-main { display: flex; flex-direction: column; justify-content: center; padding-left: 16px; border-left: 3px solid var(--loot-red); }
.loot-notice-main strong { color: #d98a7e; font-size: 13px; }
.loot-notice-main span { margin-top: 7px; color: #eee8d4; line-height: 1.6; }
.loot-notices ul { margin: 0; padding-left: 20px; color: #aeb4aa; line-height: 1.8; }
.loot-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-top: 8px; }
.loot-category-tabs { display: flex; flex-wrap: wrap; gap: 7px; }
.loot-category-tabs button { border: 1px solid rgba(226, 220, 192, .16); border-radius: 3px; background: #171b17; color: #aeb4aa; padding: 9px 13px; cursor: pointer; }
.loot-category-tabs button:hover, .loot-category-tabs button.active { border-color: #a7965e; color: #f0ead3; background: #29271e; }
.loot-search { display: flex; align-items: center; flex: 0 1 310px; min-width: 230px; border: 1px solid rgba(226, 220, 192, .18); background: #171b17; }
.loot-search span { padding: 0 11px; color: #8f958c; font-size: 12px; }
.loot-search input { width: 100%; min-width: 0; border: 0; border-left: 1px solid rgba(226, 220, 192, .12); outline: 0; background: transparent; color: #f0ead3; padding: 11px 12px; }
.loot-summary { display: flex; align-items: baseline; gap: 7px; color: #8f958c; }
.loot-summary strong { color: #e6d9a8; font-size: 25px; }
.loot-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.loot-card { min-width: 0; border: 1px solid rgba(226, 220, 192, .14); border-radius: 6px; background: #171b17; overflow: hidden; }
.loot-card > header { display: flex; align-items: start; justify-content: space-between; gap: 14px; padding: 18px 20px 16px; border-bottom: 1px solid rgba(226, 220, 192, .1); }
.loot-card h2 { margin: 6px 0 0; color: #f0ead3; font-size: 20px; line-height: 1.3; letter-spacing: 0; }
.loot-category { color: #8fa97a; font-size: 12px; }
.loot-risk { flex: 0 0 auto; border: 1px solid currentColor; border-radius: 3px; padding: 5px 7px; font-size: 11px; }
.loot-risk.low { color: #819b67; }.loot-risk.medium { color: #8aa5b7; }.loot-risk.high { color: #d2a65e; }.loot-risk.critical { color: #cc7367; }
.loot-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-bottom: 1px solid rgba(226, 220, 192, .1); }
.loot-facts div { min-width: 0; padding: 13px 20px; border-right: 1px solid rgba(226, 220, 192, .08); border-bottom: 1px solid rgba(226, 220, 192, .08); }
.loot-facts span, .loot-output > span { display: block; color: #777e75; font-size: 11px; }
.loot-facts strong { display: block; margin-top: 5px; color: #d9d9cf; font-size: 13px; line-height: 1.5; overflow-wrap: anywhere; }
.loot-output { padding: 16px 20px 8px; }
.loot-output ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px 18px; margin: 10px 0 0; padding: 0; list-style: none; }
.loot-output li { position: relative; padding-left: 13px; color: #bfc4bb; font-size: 13px; line-height: 1.55; }
.loot-output li::before { content: ""; position: absolute; left: 0; top: .62em; width: 5px; height: 5px; background: #9c8951; }
.loot-card > p { margin: 8px 20px 18px; padding-top: 13px; border-top: 1px solid rgba(226, 220, 192, .08); color: #858c82; font-size: 13px; line-height: 1.65; }
.loot-empty { grid-column: 1 / -1; padding: 46px 20px; border: 1px solid rgba(226, 220, 192, .14); text-align: center; color: #979d95; }

@media (max-width: 860px) {
  .loot-hero { min-height: 330px; }
  .loot-hero-inner { width: min(100% - 28px, 1180px); padding: 98px 0 34px; }
  .loot-notices { grid-template-columns: 1fr; gap: 16px; }
  .loot-toolbar { align-items: stretch; flex-direction: column; }
  .loot-search { flex-basis: auto; width: 100%; }
  .loot-list { grid-template-columns: 1fr; }
}

@media (max-width: 540px) {
  .loot-hero h1 { font-size: 36px; }
  .loot-hero p { font-size: 14px; }
  .loot-server-meta { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .loot-server-meta span { min-width: 0; padding: 10px 11px; }
  .loot-category-tabs { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 3px; }
  .loot-category-tabs button { flex: 0 0 auto; }
  .loot-card > header { padding: 16px; }
  .loot-card h2 { font-size: 18px; }
  .loot-facts div { padding: 12px 16px; }
  .loot-output { padding: 15px 16px 7px; }
  .loot-output ul { grid-template-columns: 1fr; }
  .loot-card > p { margin: 8px 16px 16px; }
}
