/* SCOUT RECORD: beta discovery/progression surface.
   Uses the Author Studio night/gold tokens from novelight-author-home.css. */
body.novelight-page-scout-record .workspace{
  width:min(1240px,calc(100% - 52px));
  margin:0 auto;
  padding:34px 0 80px;
}
.scout-page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:22px;margin-bottom:20px}
.scout-page-head h1{margin:0;color:#fff8e8;font-size:clamp(32px,4vw,52px);letter-spacing:.06em}
.scout-page-head p{margin:8px 0 0;color:var(--muted);font-size:14px;line-height:1.8}
.scout-help{
  min-height:40px;padding:9px 13px;border:1px solid var(--line);border-radius:999px;
  background:rgba(7,29,51,.72);color:var(--gold-bright);font-weight:900;cursor:pointer
}
.scout-hero{
  display:grid;grid-template-columns:minmax(0,1.2fr) 220px minmax(230px,.62fr);
  gap:18px;align-items:stretch;padding:28px;border:1px solid var(--line);border-radius:24px;
  background:linear-gradient(135deg,rgba(7,29,51,.98),rgba(2,17,32,.96));
  box-shadow:0 24px 56px rgba(0,0,0,.24)
}
.scout-hero-copy{display:flex;flex-direction:column;justify-content:center}
.scout-kicker{color:var(--gold);font-size:10px;font-weight:900;letter-spacing:.2em}
.scout-rank-line{display:flex;align-items:baseline;gap:14px;flex-wrap:wrap;margin-top:8px}
.scout-rank-line strong{color:#fff8e8;font-size:clamp(27px,3vw,40px)}
.scout-rank-line span{color:var(--gold-bright);font-size:19px;font-weight:900}
.scout-xp-meta{display:flex;justify-content:space-between;gap:12px;margin-top:20px;color:#c7d1dc;font-size:12px}
.scout-progress,.badge-progress{
  overflow:hidden;border:1px solid rgba(226,190,92,.2);border-radius:999px;background:#020c18
}
.scout-progress{height:12px;margin-top:9px}
.scout-progress>span,.badge-progress>span{
  display:block;height:100%;width:0;border-radius:inherit;
  background:linear-gradient(90deg,#b78832,var(--gold-bright));transition:width .25s ease
}
.scout-max-note{
  margin-top:14px;padding:11px 13px;border:1px solid rgba(216,180,90,.4);border-radius:11px;
  background:var(--gold-soft);color:#f4dea0;font-size:11px;line-height:1.7
}
.scout-emblem-wrap{
  display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:220px;
  border:1px solid rgba(226,190,92,.3);border-radius:20px;
  background:radial-gradient(circle,rgba(216,180,90,.14),rgba(7,29,51,.18) 60%)
}
.scout-emblem{
  display:grid;width:126px;height:126px;place-items:center;position:relative;
  border:1px solid var(--gold);border-radius:50%;color:var(--gold-bright);
  font-size:43px;font-weight:900;box-shadow:inset 0 0 0 8px rgba(216,180,90,.06),0 0 26px rgba(216,180,90,.12)
}
.scout-emblem::before{content:"✦";position:absolute;top:13px;font-size:14px}
.scout-emblem::after{content:"◇";position:absolute;bottom:10px;font-size:14px}
.scout-emblem-caption{margin-top:11px;color:#b6c2cf;font-size:10px;font-weight:900;letter-spacing:.16em}
.scout-point-card{
  display:flex;flex-direction:column;justify-content:center;padding:22px;border:1px solid rgba(226,190,92,.28);
  border-radius:20px;background:rgba(2,17,32,.72)
}
.scout-point-card .label{color:var(--gold);font-size:10px;font-weight:900;letter-spacing:.18em}
.scout-point-card strong{margin-top:8px;color:var(--gold-bright);font-size:36px}
.scout-point-card small{margin-top:7px;color:#9eacba;line-height:1.65}
.scout-point-month{margin-top:15px;color:#d9e0e7;font-size:12px}
.scout-rank-path-wrap,.scout-panel{margin-top:18px;padding:22px;border:1px solid rgba(226,190,92,.24);border-radius:18px;background:rgba(7,29,51,.92)}
.scout-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}
.scout-section-head h2{margin:0;color:#fff5dc;font-size:20px}
.scout-section-head p{margin:6px 0 0;color:#9fadb9;font-size:11px;line-height:1.7}
.scout-rank-path{display:flex;align-items:center;gap:0;min-width:580px;margin-top:19px}
.scout-rank-scroll{overflow:auto;padding-bottom:4px}
.rank-node{display:flex;align-items:center;flex:1;min-width:175px}
.rank-orb{
  display:grid;place-items:center;flex:0 0 52px;width:52px;height:52px;border:1px solid #5e6b79;border-radius:50%;
  background:#081726;color:#8593a0;font-size:18px;font-weight:900
}
.rank-node.past .rank-orb{border-color:#9f813d;color:#cdb66f;background:#132030}
.rank-node.current .rank-orb{border-color:var(--gold-bright);color:#fff0ac;background:#162741;box-shadow:0 0 22px rgba(255,224,130,.18)}
.rank-node-copy{margin-left:10px}.rank-node-copy b{display:block;color:#e8edf2;font-size:12px}.rank-node-copy span{color:#8291a0;font-size:10px}
.rank-line{height:1px;flex:1;min-width:36px;background:rgba(226,190,92,.18)}
.scout-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:18px}
.scout-stat{padding:17px;border:1px solid rgba(226,190,92,.18);border-radius:15px;background:rgba(7,29,51,.82)}
.scout-stat span{color:#91a1b0;font-size:10px;font-weight:900;letter-spacing:.08em}.scout-stat strong{display:block;margin-top:7px;color:#fff8e8;font-size:25px}
.scout-main-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);gap:18px;margin-top:18px}
.badge-filters{display:flex;gap:7px;flex-wrap:wrap;margin-top:16px}
.badge-filter{
  min-height:34px;padding:7px 11px;border:1px solid rgba(226,190,92,.18);border-radius:999px;
  background:#07182a;color:#aeb9c4;font-size:11px;font-weight:800;cursor:pointer
}
.badge-filter[aria-pressed="true"]{border-color:var(--gold);background:var(--gold-soft);color:#ffe9a9}
.badge-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:11px;margin-top:16px}
.badge-card{
  min-width:0;padding:14px;border:1px solid rgba(226,190,92,.18);border-radius:14px;
  background:#07182a;color:#f4f1e8;text-align:left;cursor:pointer
}
.badge-card:hover{border-color:rgba(255,224,130,.55)}
.badge-card.unearned{opacity:.64}
.badge-card.hard{box-shadow:inset 0 0 18px rgba(216,180,90,.06)}
.badge-card.limited{border-style:double;border-color:rgba(157,124,255,.55)}
.badge-icon{display:grid;width:40px;height:40px;place-items:center;border:1px solid rgba(226,190,92,.35);border-radius:50%;color:var(--gold-bright);font-weight:900}
.badge-icon-artwork{
  width:76px;height:76px;border:0;border-radius:0;background:transparent
}
.badge-icon-artwork img{
  display:block;width:100%;height:100%;object-fit:contain;
  filter:drop-shadow(0 8px 14px rgba(0,0,0,.28))
}
.badge-card.limited h3{white-space:normal}
.badge-card h3{margin:10px 0 0;overflow:hidden;color:#fff5dd;font-size:12px;line-height:1.45;text-overflow:ellipsis;white-space:nowrap}
.badge-meta{display:flex;justify-content:space-between;gap:8px;margin-top:6px;color:#8897a6;font-size:9px;text-transform:uppercase}
.badge-progress{height:7px;margin-top:10px}.badge-progress-text{display:flex;justify-content:space-between;margin-top:5px;color:#9ca9b6;font-size:9px}
.badge-point{margin-top:8px;color:var(--gold-bright);font-size:10px;font-weight:800}
.badge-empty,.scout-empty,.scout-loading,.scout-error{padding:22px;border:1px dashed rgba(226,190,92,.2);border-radius:12px;color:#96a5b3;font-size:11px;line-height:1.7;text-align:center}
.scout-error{border-color:rgba(255,156,152,.36);color:var(--danger)}
.scout-list{display:grid;gap:9px;margin-top:15px}
.scout-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;padding:12px 13px;border:1px solid rgba(255,255,255,.06);border-radius:12px;background:rgba(2,13,24,.38)}
.scout-row b{color:#eef3f7;font-size:12px}.scout-row small{display:block;margin-top:4px;color:#81909e;font-size:9px;line-height:1.55}.scout-row strong{color:var(--gold-bright);font-size:12px;text-align:right}
.scout-note{margin-top:12px;color:#8d9ca9;font-size:10px;line-height:1.7}
.scout-actions{display:flex;gap:8px;flex-wrap:wrap}
.scout-mini-button{min-height:34px;padding:7px 10px;border:1px solid rgba(226,190,92,.22);border-radius:9px;background:#081a2c;color:#e9d893;font-size:10px;font-weight:900;cursor:pointer}
.scout-modal{
  position:fixed;
  inset:auto;
  top:50%;
  left:50%;
  width:min(620px,calc(100vw - 32px));
  max-height:calc(100dvh - 32px);
  margin:0;
  padding:0;
  overflow:auto;
  border:1px solid var(--line);
  border-radius:18px;
  background:#06172a;
  color:#f8f2e6;
  box-shadow:0 24px 80px rgba(0,0,0,.55);
  transform:translate(-50%,-50%)
}
#badgeDialog.scout-modal{width:min(760px,calc(100vw - 40px))}
#badgeDialog .scout-modal-card{padding:30px}
.scout-modal::backdrop{background:rgba(0,5,12,.74)}
.scout-modal-card{padding:23px}.scout-modal-head{display:flex;justify-content:space-between;gap:12px}.scout-modal h2{margin:0;color:#fff1bd;font-size:21px}.scout-modal-close{width:36px;height:36px;border:1px solid rgba(226,190,92,.24);border-radius:50%;background:#0c2238;color:#fff;cursor:pointer}
.badge-dialog-artwork{display:grid;place-items:center;margin:16px auto 2px}
.badge-dialog-artwork[hidden]{display:none}
.badge-dialog-artwork img{
  display:block;width:min(220px,60vw);height:auto;aspect-ratio:1;object-fit:contain;
  filter:drop-shadow(0 16px 28px rgba(0,0,0,.36))
}
.scout-modal-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:17px}.scout-modal-kv{padding:10px;border:1px solid rgba(255,255,255,.06);border-radius:10px;background:#071a2d}.scout-modal-kv span{display:block;color:#8292a0;font-size:9px}.scout-modal-kv b{display:block;margin-top:4px;color:#edf1f5;font-size:12px}
.scout-visibility{margin-top:16px;padding-top:14px;border-top:1px solid rgba(226,190,92,.16)}
.scout-state{margin:15px 0;padding:13px 15px;border:1px solid rgba(226,190,92,.18);border-radius:12px;background:#07182a;color:#aebac5;font-size:11px;line-height:1.7}

.scout-seed-inventory{margin-top:18px}
.seed-inventory-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px;margin-top:18px}
.seed-inventory-card{
  min-width:0;padding:18px;border:1px solid rgba(226,190,92,.22);border-radius:16px;
  background:#0b2034;display:grid;grid-template-columns:84px minmax(0,1fr);gap:15px;align-items:center
}
.seed-inventory-card.gold{border-color:rgba(255,214,93,.46);background:linear-gradient(145deg,#2e2813,#102438)}
.seed-inventory-card.silver{border-color:rgba(200,214,232,.42);background:linear-gradient(145deg,#1a2a3a,#0c2134)}
.seed-inventory-card.bronze{border-color:rgba(214,145,92,.48);background:linear-gradient(145deg,#2c211b,#102438)}
.seed-inventory-icon-slot{
  width:78px;height:78px;border:1px dashed rgba(255,255,255,.34);border-radius:18px;
  display:grid;place-items:center;background:rgba(3,12,22,.42);overflow:hidden
}
.seed-inventory-icon-slot span{color:#ffe082;font-size:32px;line-height:1}
.seed-inventory-icon-slot img{display:block;width:100%;height:100%;object-fit:contain}
.seed-inventory-copy{min-width:0}
.seed-inventory-name{display:block;color:#fff;font-size:15px;font-weight:900;letter-spacing:.08em}
.seed-inventory-copy strong{display:block;margin-top:5px;color:#fff8e8;font-size:30px;line-height:1.1}
.seed-inventory-copy strong b{font-size:inherit}
.seed-inventory-copy small{display:block;margin-top:5px;color:#fff;font-size:14px;font-weight:700}
@media(max-width:1120px){.scout-hero{grid-template-columns:minmax(0,1fr) 190px}.scout-point-card{grid-column:1/-1;display:grid;grid-template-columns:1fr auto;align-items:center}.badge-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:900px){body.novelight-page-scout-record .workspace{width:min(100% - 34px,1240px)}.scout-main-grid{grid-template-columns:1fr}.scout-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){.scout-page-head{align-items:flex-start;flex-direction:column}.scout-hero{grid-template-columns:1fr;padding:20px}.scout-emblem-wrap{min-height:180px}.scout-point-card{grid-column:auto;display:flex}.seed-inventory-grid{grid-template-columns:1fr}.badge-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:520px){
  body.novelight-page-scout-record .workspace{width:min(100% - 24px,1240px);padding-top:24px}
  .scout-page-head{padding-left:48px}
  .scout-page-head h1{font-size:30px}
  .scout-stats{grid-template-columns:1fr 1fr}
  .scout-panel,.scout-rank-path-wrap{padding:17px}
  .badge-card{padding:12px}
  .scout-modal{width:calc(100vw - 20px);max-height:calc(100dvh - 20px)}
  #badgeDialog.scout-modal{width:calc(100vw - 20px)}
  #badgeDialog .scout-modal-card{padding:20px}
  .scout-modal-grid{grid-template-columns:1fr}
}

.badge-composite{
  margin-top:18px;
  padding-top:16px;
  border-top:1px solid rgba(201,164,78,.22)
}
.badge-composite[hidden]{display:none}
.badge-composite h3{
  margin:0 0 12px;
  font-size:13px;
  color:#e8d49a;
  letter-spacing:.05em
}
.badge-composite-item{
  display:grid;
  gap:7px;
  margin-top:11px
}
.badge-composite-line{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  font-size:12px;
  color:#aeb8ca
}
.badge-composite-line b{
  color:#f3f0e7;
  font-weight:800
}
.badge-composite-meter{
  height:7px
}

/* SCOUT RECORD readability lift + difficulty accordions */
.scout-page-head p{font-size:18px}
.scout-help{font-size:16px}
.scout-kicker{font-size:14px}
.scout-rank-line strong{font-size:clamp(34px,3.5vw,48px)}
.scout-rank-line span{font-size:24px}
.scout-xp-meta{font-size:16px}
.scout-max-note{font-size:15px}
.scout-emblem-caption{font-size:14px}
.scout-point-card .label{font-size:14px}
.scout-point-card small{font-size:15px}
.scout-point-month{font-size:16px}
.scout-section-head h2{font-size:28px}
.scout-section-head p{font-size:15px}
.rank-node-copy b{font-size:16px}
.rank-node-copy span{font-size:14px}
.scout-stat span{font-size:14px}
.scout-stat strong{font-size:32px}
.badge-filter{font-size:15px}
.badge-card h3{font-size:16px}
.badge-meta{font-size:13px}
.badge-progress-text{font-size:13px}
.badge-point{font-size:14px}
.badge-empty,.scout-empty,.scout-loading,.scout-error{font-size:15px}
.scout-row b{font-size:16px}
.scout-row small{font-size:14px}
.scout-row strong{font-size:16px}
.scout-note{font-size:14px}
.scout-mini-button{font-size:14px}
.scout-modal-kv span{font-size:13px}
.scout-modal-kv b{font-size:16px}
.scout-state{font-size:15px}
.badge-composite h3{font-size:17px}
.badge-composite-line{font-size:16px}

/* Keep supporting copy high-contrast on the dark SCOUT RECORD surface. */
.scout-page-head p,
.scout-xp-meta,
.scout-max-note,
.scout-emblem-caption,
.scout-point-card small,
.scout-point-month,
.scout-section-head p,
.rank-node-copy b,
.rank-node-copy span,
.scout-stat span,
.badge-filter,
.badge-card,
.badge-card h3,
.badge-meta,
.badge-progress-text,
.badge-empty,
.scout-empty,
.scout-loading,
.scout-error,
.scout-row b,
.scout-row small,
.scout-note,
.scout-mini-button,
.scout-modal-kv span,
.scout-modal-kv b,
.scout-state,
.badge-composite-line,
.badge-group summary,
.badge-group summary small{
  color:#fff
}

.badge-groups{display:grid;gap:12px;margin-top:18px}
.badge-group{
  overflow:hidden;border:1px solid rgba(226,190,92,.2);border-radius:15px;
  background:rgba(2,13,24,.3)
}
.badge-group[hidden]{display:none}
.badge-group summary{
  display:flex;align-items:center;justify-content:space-between;gap:16px;padding:15px 17px;
  cursor:pointer;list-style:none;background:rgba(8,26,44,.78);color:#fff
}
.badge-group summary::-webkit-details-marker{display:none}
.badge-group summary::after{content:"＋";margin-left:8px;color:var(--gold-bright);font-size:22px;font-weight:700}
.badge-group[open] summary::after{content:"−"}
.badge-group summary span{display:flex;align-items:baseline;gap:10px;min-width:0}
.badge-group summary b{font-size:18px}
.badge-group summary small{font-size:14px;font-weight:700}
.badge-group summary strong{margin-left:auto;color:#fff;font-size:15px;white-space:nowrap}
.badge-group[open] summary{border-bottom:1px solid rgba(226,190,92,.16);background:rgba(12,34,56,.9)}
.badge-group .badge-grid{margin-top:0;padding:16px}
#badgeEmpty{margin-top:16px}
@media(max-width:520px){
  .scout-page-head p{font-size:17px}
  .scout-section-head h2{font-size:24px}
  .scout-section-head p{font-size:14px}
  .badge-group summary{padding:14px}
  .badge-group summary span{display:grid;gap:2px}
  .badge-group .badge-grid{padding:12px}
}


/* SCOUT RECORD contrast hardening
   Keep this surface independent from shared button/heading theme overrides. */
body.novelight-page-scout-record .scout-section-head h2,
body.novelight-page-scout-record .scout-section-head > strong{
  color:#fff8e8!important;
  -webkit-text-fill-color:#fff8e8!important;
  text-shadow:0 1px 8px rgba(0,0,0,.42)
}
body.novelight-page-scout-record #badgeCount{
  color:#fff8e8!important;
  -webkit-text-fill-color:#fff8e8!important;
  font-weight:900
}
body.novelight-page-scout-record .badge-filter{
  background:#07182a!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  border-color:rgba(226,190,92,.34)!important;
  opacity:1!important
}
body.novelight-page-scout-record .badge-filter[aria-pressed="true"]{
  background:#322910!important;
  color:#ffe9a9!important;
  -webkit-text-fill-color:#ffe9a9!important;
  border-color:var(--gold)!important
}
body.novelight-page-scout-record .badge-card,
body.novelight-page-scout-record .badge-card.unearned,
body.novelight-page-scout-record .badge-card.earned{
  background:#0b2034!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  opacity:1!important
}
body.novelight-page-scout-record .badge-card.unearned{
  background:#10283e!important;
  border-color:rgba(226,190,92,.32)!important
}
body.novelight-page-scout-record .badge-card.earned{
  background:linear-gradient(145deg,#12314e,#0a1d30)!important;
  border-color:rgba(255,224,130,.72)!important;
  box-shadow:inset 0 0 0 1px rgba(255,224,130,.08)
}
body.novelight-page-scout-record .badge-card h3,
body.novelight-page-scout-record .badge-meta,
body.novelight-page-scout-record .badge-progress-text{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  opacity:1!important
}
body.novelight-page-scout-record .badge-point,
body.novelight-page-scout-record .badge-icon{
  color:#ffe082!important;
  -webkit-text-fill-color:#ffe082!important;
  opacity:1!important
}
body.novelight-page-scout-record .badge-progress{
  background:#020c18!important;
  border-color:rgba(255,224,130,.36)!important
}
body.novelight-page-scout-record .badge-card:hover,
body.novelight-page-scout-record .badge-card:focus-visible{
  background:#143653!important;
  border-color:#ffe082!important
}


/* Badge Collection emphasis
   Make the badge artwork the visual focus and increase collection text scale. */
body.novelight-page-scout-record .badge-card{
  padding:18px!important
}
body.novelight-page-scout-record .badge-icon{
  display:grid!important;
  width:104px!important;
  height:104px!important;
  margin:0 auto 14px!important;
  place-items:center!important;
  font-size:40px!important
}
body.novelight-page-scout-record .badge-icon-artwork{
  width:144px!important;
  height:144px!important;
  margin:0 auto 16px!important;
  border:0!important;
  border-radius:0!important;
  background-color:transparent!important
}
body.novelight-page-scout-record .badge-icon-artwork img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:center!important
}
body.novelight-page-scout-record .badge-card h3{
  margin-top:2px!important;
  font-size:18px!important;
  line-height:1.5!important
}
body.novelight-page-scout-record .badge-meta{
  margin-top:7px!important;
  font-size:15px!important;
  line-height:1.45!important
}
body.novelight-page-scout-record .badge-progress{
  height:9px!important;
  margin-top:12px!important
}
body.novelight-page-scout-record .badge-progress-text{
  margin-top:7px!important;
  font-size:15px!important;
  line-height:1.4!important
}
body.novelight-page-scout-record .badge-point{
  margin-top:10px!important;
  font-size:16px!important;
  line-height:1.45!important
}
body.novelight-page-scout-record .badge-filter{
  font-size:16px!important
}
body.novelight-page-scout-record .badge-group summary b{
  font-size:20px!important
}
body.novelight-page-scout-record .badge-group summary small,
body.novelight-page-scout-record .badge-group summary strong{
  font-size:16px!important
}
body.novelight-page-scout-record #badgeCount{
  font-size:16px!important
}
@media(max-width:520px){
  body.novelight-page-scout-record .badge-card{padding:14px!important}
  body.novelight-page-scout-record .badge-icon{
    width:84px!important;
    height:84px!important;
    margin-bottom:11px!important;
    font-size:34px!important
  }
  body.novelight-page-scout-record .badge-icon-artwork{
    width:112px!important;
    height:112px!important;
    margin-bottom:12px!important
  }
  body.novelight-page-scout-record .badge-card h3{font-size:16px!important}
  body.novelight-page-scout-record .badge-meta,
  body.novelight-page-scout-record .badge-progress-text{font-size:14px!important}
  body.novelight-page-scout-record .badge-point{font-size:15px!important}
}

/* Seven-page shared typography scale: SCOUT RECORD role mapping. */
/* The page-title h1 is intentionally not selected here. */

html body.novelight-theme.novelight-page-scout-record .scout-page-head p {
  font-size: 20px !important;
}

html body.novelight-theme.novelight-page-scout-record .scout-kicker,
html body.novelight-theme.novelight-page-scout-record .scout-emblem-caption {
  font-size: 16px !important;
}

html body.novelight-theme.novelight-page-scout-record .scout-section-head h2 {
  font-size: 30px !important;
}

html body.novelight-theme.novelight-page-scout-record .scout-help,
html body.novelight-theme.novelight-page-scout-record .badge-filter,
html body.novelight-theme.novelight-page-scout-record .scout-mini-button {
  font-size: 18px !important;
}

html body.novelight-theme.novelight-page-scout-record .scout-section-head p,
html body.novelight-theme.novelight-page-scout-record .scout-point-card small,
html body.novelight-theme.novelight-page-scout-record .scout-empty,
html body.novelight-theme.novelight-page-scout-record .scout-loading,
html body.novelight-theme.novelight-page-scout-record .scout-error,
html body.novelight-theme.novelight-page-scout-record .scout-state {
  font-size: 17px !important;
}

html body.novelight-theme.novelight-page-scout-record .scout-xp-meta,
html body.novelight-theme.novelight-page-scout-record .scout-note,
html body.novelight-theme.novelight-page-scout-record .scout-max-note,
html body.novelight-theme.novelight-page-scout-record .scout-point-month,
html body.novelight-theme.novelight-page-scout-record .badge-meta,
html body.novelight-theme.novelight-page-scout-record .badge-progress-text,
html body.novelight-theme.novelight-page-scout-record .scout-row small,
html body.novelight-theme.novelight-page-scout-record .scout-modal-kv span,
html body.novelight-theme.novelight-page-scout-record .badge-group summary small,
html body.novelight-theme.novelight-page-scout-record .seed-inventory-copy small {
  font-size: 17px !important;
}

html body.novelight-theme.novelight-page-scout-record .scout-point-card .label,
html body.novelight-theme.novelight-page-scout-record .scout-stat span,
html body.novelight-theme.novelight-page-scout-record .seed-inventory-name,
html body.novelight-theme.novelight-page-scout-record .rank-node-copy b,
html body.novelight-theme.novelight-page-scout-record .scout-row b,
html body.novelight-theme.novelight-page-scout-record .scout-row strong,
html body.novelight-theme.novelight-page-scout-record .scout-modal-kv b {
  font-size: 18px !important;
}

html body.novelight-theme.novelight-page-scout-record .badge-card h3,
html body.novelight-theme.novelight-page-scout-record .badge-group summary b {
  font-size: 22px !important;
}

html body.novelight-theme.novelight-page-scout-record .badge-point {
  font-size: 18px !important;
}

html body.novelight-theme.novelight-page-scout-record .scout-modal h2 {
  font-size: 24px !important;
}

html body.novelight-theme.novelight-page-scout-record .scout-rank-line strong {
  font-size: 50px !important;
}

html body.novelight-theme.novelight-page-scout-record .scout-rank-line > span {
  font-size: 26px !important;
}

html body.novelight-theme.novelight-page-scout-record .scout-point-card strong {
  font-size: 40px !important;
}

html body.novelight-theme.novelight-page-scout-record .scout-stat strong {
  font-size: 36px !important;
}

html body.novelight-theme.novelight-page-scout-record .seed-inventory-copy strong {
  font-size: 34px !important;
}

@media (max-width: 640px) {
  html body.novelight-theme.novelight-page-scout-record .scout-page-head p {
    font-size: 19px !important;
  }

  html body.novelight-theme.novelight-page-scout-record .scout-kicker,
  html body.novelight-theme.novelight-page-scout-record .scout-emblem-caption {
    font-size: 15px !important;
  }

  html body.novelight-theme.novelight-page-scout-record .scout-section-head h2 {
    font-size: 26px !important;
  }

  html body.novelight-theme.novelight-page-scout-record .scout-rank-line strong {
    font-size: 36px !important;
  }

  html body.novelight-theme.novelight-page-scout-record .scout-point-card strong {
    font-size: 38px !important;
  }
}


/* SCOUT RECORD treasure-room background */
body.novelight-page-scout-record{
  background-color:#061322!important;
  background-image:
    linear-gradient(180deg,rgba(3,10,20,.18) 0%,rgba(3,10,20,.28) 42%,rgba(3,10,20,.38) 100%),
    url("assets/scout-record/scout-record-treasure-room.webp")!important;
  background-position:center top!important;
  background-repeat:no-repeat!important;
  background-size:cover!important;
  background-attachment:fixed!important;
}
body.novelight-page-scout-record .workspace{
  background:transparent!important;
}


/* SCOUT badge detail modal scale-up */
body.novelight-page-scout-record #badgeDialog .scout-modal-card{
  padding:34px 36px 36px!important;
}
body.novelight-page-scout-record #badgeDialog .scout-modal-head{
  align-items:flex-start;
}
body.novelight-page-scout-record #badgeDialog .scout-modal-head h2{
  font-size:32px!important;
  line-height:1.25!important;
}
body.novelight-page-scout-record #badgeDialog .scout-modal-close{
  width:44px!important;
  height:44px!important;
  flex:0 0 44px!important;
  font-size:22px!important;
}
body.novelight-page-scout-record #badgeDialog .badge-dialog-artwork{
  margin:18px auto 18px!important;
}
body.novelight-page-scout-record #badgeDialog .badge-dialog-artwork img{
  width:min(320px,72vw)!important;
  max-width:100%!important;
}
body.novelight-page-scout-record #badgeDialog .scout-modal-grid{
  gap:14px!important;
  margin-top:20px!important;
}
body.novelight-page-scout-record #badgeDialog .scout-modal-kv{
  padding:14px 16px!important;
  min-height:82px!important;
}
body.novelight-page-scout-record #badgeDialog .scout-modal-kv span{
  font-size:17px!important;
  line-height:1.45!important;
}
body.novelight-page-scout-record #badgeDialog .scout-modal-kv b{
  margin-top:6px!important;
  font-size:21px!important;
  line-height:1.55!important;
  white-space:normal!important;
  overflow-wrap:anywhere!important;
}
body.novelight-page-scout-record #badgeDialog .scout-modal-condition{
  grid-column:1 / -1;
  min-height:auto!important;
}
body.novelight-page-scout-record #badgeDialog .badge-progress{
  height:12px!important;
  margin-top:18px!important;
}
body.novelight-page-scout-record #badgeDialog .badge-composite h3{
  font-size:20px!important;
}
body.novelight-page-scout-record #badgeDialog .badge-composite-line{
  font-size:18px!important;
  line-height:1.55!important;
}
body.novelight-page-scout-record #badgeDialog .scout-visibility{
  margin-top:20px!important;
  padding-top:18px!important;
}
body.novelight-page-scout-record #badgeDialog .scout-visibility .scout-mini-button{
  min-height:42px!important;
  padding:10px 14px!important;
  font-size:17px!important;
}
body.novelight-page-scout-record #badgeDialog .scout-visibility .scout-note{
  font-size:16px!important;
}

@media(max-width:520px){
  body.novelight-page-scout-record #badgeDialog .scout-modal-card{
    padding:22px 18px 24px!important;
  }
  body.novelight-page-scout-record #badgeDialog .scout-modal-head h2{
    font-size:26px!important;
  }
  body.novelight-page-scout-record #badgeDialog .scout-modal-close{
    width:40px!important;
    height:40px!important;
    flex-basis:40px!important;
    font-size:20px!important;
  }
  body.novelight-page-scout-record #badgeDialog .badge-dialog-artwork img{
    width:min(250px,72vw)!important;
  }
  body.novelight-page-scout-record #badgeDialog .scout-modal-grid{
    gap:10px!important;
  }
  body.novelight-page-scout-record #badgeDialog .scout-modal-kv{
    min-height:auto!important;
    padding:12px 13px!important;
  }
  body.novelight-page-scout-record #badgeDialog .scout-modal-kv span{
    font-size:15px!important;
  }
  body.novelight-page-scout-record #badgeDialog .scout-modal-kv b{
    font-size:18px!important;
  }
}
