/* ═══ RPG — อินเทอร์เฟซแบบ Ragnarok ═══ */
/* โลก 3D เต็มจอ — เมืองกับทุ่งล่ามอนอยู่แมปเดียวกัน ไม่มีแท็บคั่นอีกแล้ว */
.rpg { position: relative; width: 100%; height: 100vh; height: 100dvh;
  overflow: hidden; background: #0d1218; font-size: 13px; }
#rpg-canvas { width: 100%; height: 100%; display: block; touch-action: none; cursor: crosshair; }
.ro-char, .ro-map, .ro-quest, .ro-chat {
  position: absolute; background: #10131ae8; border: 1px solid #5a6273; border-radius: 6px;
  backdrop-filter: blur(5px); box-shadow: 0 3px 12px #0007; }

/* แผงตัวละคร ซ้ายบน */
.ro-char { top: 7px; left: 7px; width: 186px; padding: 5px 7px 6px; }
.ro-char-top { display: flex; align-items: baseline; gap: 6px; margin-bottom: 4px; }
.ro-char-top b { font-size: 12.5px; }
.ro-job { font-size: 9.5px; color: #8fb3d9; }
.ro-bar { position: relative; height: 13px; background: #0a0d13; border: 1px solid #00000090;
  border-radius: 3px; overflow: hidden; margin-bottom: 3px; }
.ro-bar i { display: block; height: 100%; transition: width .16s; }
.ro-bar span { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  font-size: 9px; text-shadow: 0 1px 2px #000; }
.ro-bar em { position: absolute; right: 3px; top: 0; bottom: 0; display: flex; align-items: center;
  font-size: 8.5px; font-style: normal; color: #cfd8e6; text-shadow: 0 1px 2px #000; }
.ro-bar.hp i { background: linear-gradient(#e05a5a, #a82c2c); }
.ro-bar.sp i { background: linear-gradient(#5fa8e8, #2a5f9a); }
.ro-bar.xp { height: 8px; } .ro-bar.xp i { background: linear-gradient(#f0d25a, #b8891c); }
.ro-bar.xp span { font-size: 7.5px; }
.ro-bar.mob i { background: linear-gradient(#e05a5a, #8a2020); }
.ro-lv { display: flex; align-items: center; gap: 6px; }
.ro-lv b { font-size: 11px; color: #f0c25a; min-width: 40px; }
.ro-lv .ro-bar { flex: 1; margin: 0; }

/* มินิแมป ขวาบน */
.ro-map { top: 7px; right: 7px; padding: 4px; }
.ro-map-top { font-size: 9.5px; margin-bottom: 3px; display: flex; justify-content: space-between; gap: 8px; }
#minimap { display: block; border-radius: 4px; width: 150px; height: 150px; }

/* เควส */
.ro-quest { top: 200px; right: 7px; width: 168px; padding: 6px 8px; }
.qh { font-size: 10.5px; color: #9ee86a; margin-bottom: 4px; }
.qrow { display: flex; justify-content: space-between; font-size: 11px; }
.qrow b { color: #f0c25a; }
.qbar { height: 5px; background: #0a0d13; border-radius: 3px; margin: 4px 0; overflow: hidden; }
.qbar i { display: block; height: 100%; background: #9ee86a; }
.qrow2 { display: flex; flex-direction: column; gap: 2px; }
.qpt { font-size: 9.5px; color: #ffdb6e; }

/* เป้าหมาย */
.target-bar { position: absolute; top: 8px; left: 50%; transform: translateX(-50%); width: min(52%, 200px);
  background: #10131ae8; border: 1px solid #7a5252; border-radius: 6px; padding: 4px 7px;
  opacity: 0; transition: opacity .16s; pointer-events: none; backdrop-filter: blur(5px); }
.target-bar.on { opacity: 1; }
.tname { font-size: 11px; margin-bottom: 3px; }

/* แชท ซ้ายล่าง */
.ro-chat { left: 7px; bottom: 66px; width: min(48%, 268px); height: 108px; display: flex; flex-direction: column; }
.ro-chat-tabs { display: flex; gap: 1px; padding: 3px 3px 0; }
.ro-chat-tabs b, .ro-chat-tabs span { font-size: 9.5px; padding: 3px 8px; background: #1b2130;
  border-radius: 4px 4px 0 0; color: #8a93a6; font-weight: 400; }
.ro-chat-tabs b { background: #2b3345; color: #e8e6df; }
.ro-chat-body { flex: 1; overflow-y: auto; padding: 4px 7px; font-size: 10.5px; line-height: 1.55;
  display: flex; flex-direction: column-reverse; }
.ro-chat-body div { color: #b8c0d0; }
.ro-chat-body b { color: #fff; }
.c-sys { color: #7fd1b9 !important; } .c-item { color: #9ee86a !important; }
.c-lv { color: #ffdb6e !important; } .c-die { color: #e87f7f !important; }
.c-skill { color: #9cc7f0 !important; } .c-err { color: #c98a8a !important; }

/* ฮอตบาร์ */
.ro-hotbar { position: absolute; bottom: 7px; left: 50%; transform: translateX(-50%); display: flex; gap: 3px; }
.ro-slot { position: relative; width: 54px; height: 54px; padding: 2px; background: #10131ae8;
  border: 1px solid #5a6273; border-radius: 5px; display: flex; flex-direction: column;
  align-items: center; justify-content: center; backdrop-filter: blur(5px); }
.ro-slot .fk { position: absolute; top: 1px; left: 3px; font-size: 8px; color: #7a8398; }
.ro-slot .ic { font-size: 19px; line-height: 1.1; }
.ro-slot .nm { font-size: 8.5px; }
.ro-slot .lv { font-size: 8px; color: #f0c25a; }
.ro-slot .cd { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  background: #000000b8; border-radius: 5px; font-size: 15px; font-weight: 800; }
.ro-slot.off { opacity: .45; } .ro-slot.empty { opacity: .3; }

/* เมนูขวาล่าง */
.ro-menu { position: absolute; right: 7px; bottom: 7px; display: flex; gap: 3px; }
.ro-menu button { width: 46px; height: 46px; background: #10131ae8; border: 1px solid #5a6273;
  border-radius: 5px; display: flex; flex-direction: column; align-items: center; justify-content: center;
  font-size: 17px; gap: 1px; backdrop-filter: blur(5px); }
.ro-menu button span { font-size: 8px; color: #b8c0d0; }
.rpg-hint { position: absolute; bottom: 68px; left: 50%; transform: translateX(-50%); font-size: 9.5px;
  color: #cfc6b6; background: #0009; border-radius: 20px; padding: 2px 10px; pointer-events: none; white-space: nowrap; }

/* ตัวเลขลอย */
.floaters { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.fl { position: absolute; transform: translate(-50%, -50%); font-size: 15px; font-weight: 800;
  text-shadow: 0 2px 4px #000, 0 0 8px #0008; white-space: nowrap; }
.fl.dmg { color: #ffe8a0; } .fl.crit { color: #ff9a3c; font-size: 20px; }
.fl.hurt { color: #ff6b6b; } .fl.miss { color: #b8c4d0; font-size: 12px; }
.fl.exp { color: #9ee86a; font-size: 13px; } .fl.heal { color: #7fd1b9; }
.fl.buff { color: #d9a8ff; font-size: 14px; }
.bigtext { position: absolute; left: 50%; top: 32%; transform: translate(-50%,-50%);
  font-size: 30px; font-weight: 900; color: #f0c25a; text-shadow: 0 3px 12px #000, 0 0 30px #e8b94c66;
  animation: bigt 1.6s ease-out forwards; }
@keyframes bigt { 0%{opacity:0;transform:translate(-50%,-50%) scale(.6)} 20%{opacity:1;transform:translate(-50%,-50%) scale(1.1)} 80%{opacity:1} 100%{opacity:0;transform:translate(-50%,-90%) scale(1)} }

/* แผงย่อย */
#rpg-panel:empty { display: none; }
.pbg { position: absolute; inset: 0; background: #000a; z-index: 8; }
.pnl { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 9;
  width: min(93%, 400px); max-height: 86%; overflow-y: auto; background: #171a22;
  border: 1px solid #5a6273; border-radius: 10px; padding: 13px; box-shadow: 0 20px 60px #000c; font-size: 13px; }
.pnl-h { display: flex; align-items: center; gap: 8px; font-weight: 700; margin-bottom: 9px; font-size: 15px; }
.pnl-h .dim { margin-left: auto; font-weight: 400; font-size: 12px; }
.pnl-h .x { padding: 3px 9px; background: none; border: 0; font-size: 15px; }
.gold-t { color: #f0c25a; }
.strow { display: flex; align-items: center; gap: 9px; padding: 7px 0; border-top: 1px solid #2e3342; }
.strow .val { color: #f0c25a; font-weight: 700; font-size: 16px; margin-left: 4px; }
.up { min-width: 44px; padding: 8px 6px; font-size: 15px; font-weight: 700; line-height: 1; }
.up small { display: block; font-size: 9px; font-weight: 400; color: #8a93a6; }
.up.off { opacity: .3; }
.derived { display: grid; grid-template-columns: 1fr 1fr; gap: 4px 12px; margin-top: 11px;
  padding-top: 9px; border-top: 1px solid #2e3342; font-size: 12.5px; }
.derived div { display: flex; justify-content: space-between; }
.derived span { color: #8a93a6; }
.tree { display: flex; flex-direction: column; gap: 6px; }
.sk { display: flex; align-items: center; gap: 9px; padding: 8px; background: #1f2431;
  border: 1px solid #2e3342; border-radius: 8px; }
.sk.lock { opacity: .45; } .sk.has { border-color: #6b5a2a; }
.sk-ic { font-size: 23px; width: 32px; text-align: center; }
.sk .lvl { color: #f0c25a; font-size: 12px; }
.tag { font-size: 9.5px; padding: 1px 6px; border-radius: 20px; background: #3a4157; margin-left: 4px; }
.tag.passive { background: #2f4a3a; }
.bag { display: grid; grid-template-columns: repeat(auto-fill, minmax(74px,1fr)); gap: 8px; }
.bagit { background: #1f2431; border: 1px solid #2e3342; border-radius: 9px; padding: 8px;
  display: flex; flex-direction: column; align-items: center; gap: 2px; }
.bagit b { color: #f0c25a; }
.killrow { margin-top: 10px; padding-top: 8px; border-top: 1px solid #2e3342; font-size: 12.5px; color: #8a93a6; }
.killrow b { color: #e8e6df; }
.ico { display: inline-block; background-repeat: no-repeat; vertical-align: middle; }

/* ── แถบทรัพยากรเศรษฐกิจ (อยู่ใต้แผงตัวละคร) ── */
.ro-econ { margin-top: 5px; padding-top: 5px; border-top: 1px solid #ffffff18; }
.econ-row { display: flex; flex-wrap: wrap; gap: 4px 9px; font-size: 10.5px; margin-bottom: 4px; }
.econ-row .e-gold { color: #f0c25a; } .econ-row .e-cry { color: #7fc7e8; }
.econ-row .e-stam { color: #7fd1b9; } .econ-row .e-day { color: #cfc6b6; }
.econ-row i { font-style: normal; font-size: 8.5px; opacity: .7; margin-left: 1px; }

/* ── เควส: เป้าหมายเศรษฐกิจ + ราคาตลาดสด ── */
.qgoal { font-size: 10px; color: #e8d9a0; line-height: 1.5; margin-bottom: 5px;
  padding-bottom: 5px; border-bottom: 1px solid #ffffff14; }
.qticker { margin-top: 6px; padding-top: 5px; border-top: 1px solid #ffffff14;
  font-size: 9.5px; color: #8a93a6; display: flex; flex-wrap: wrap; gap: 2px 8px; }
.qticker b { color: #f0c25a; }

/* ── ป้ายชื่อ NPC ลอยเหนือหัว ── */
.tags { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.ntag { position: absolute; transform: translate(-50%, -100%); white-space: nowrap;
  font-size: 10.5px; color: #ffe6a3; background: #000000a0; border: 1px solid #6a6250;
  border-radius: 20px; padding: 1px 8px; text-shadow: 0 1px 2px #000; }
.ntag i { font-style: normal; color: #9aa3b0; font-size: 9px; margin-left: 5px; }
.ntag.near { background: #4a3a10e0; border-color: #c9a24a; color: #fff0c0; }

/* ── กล่องบทสนทนา NPC ── */
#npc-dlg:empty { display: none; }
.npc-dlg { position: absolute; left: 50%; bottom: 74px; transform: translateX(-50%); z-index: 12;
  width: min(92%, 480px); display: grid; grid-template-columns: 62px 1fr; gap: 10px;
  background: #12161fee; border: 1px solid #7a6a4a; border-radius: 12px; padding: 10px 12px;
  box-shadow: 0 12px 40px #000b; backdrop-filter: blur(6px); }
.npc-face { width: 62px; height: 82px; object-fit: contain; object-position: bottom center;
  grid-row: 1 / span 2; align-self: end; filter: drop-shadow(0 3px 5px #0009); }
.npc-txt b { color: #ffe6a3; font-size: 13px; }
.npc-txt p { margin-top: 3px; font-size: 12px; line-height: 1.6; color: #d8d2c6; }
.npc-acts { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 8px; }
.npc-acts button { padding: 7px 12px; font-size: 12px; border-radius: 8px; }
.npc-go { background: #46402f; border: 1px solid #c9a24a; color: #ffe6a3; }
/* ── จอแคบ: ฮอตบาร์ 8 ช่อง (453px) ล้นจอ 375px และทับปุ่มเมนู → เหลือเฉพาะช่องที่มีสกิล ── */
@media (max-width: 560px) {
  .ro-quest { display: none; }
  .ro-map { transform: scale(.78); transform-origin: top right; }
  .ro-slot.empty { display: none; }
  .ro-slot { width: 46px; height: 46px; }
  .ro-slot .ic { font-size: 16px; }
  .ro-slot .nm { font-size: 7.5px; }
  .ro-slot .lv { font-size: 7px; }
  /* ฮอตบาร์ชิดซ้าย + เมนู 4 ปุ่มชิดขวา — จอ 375px ใส่ไม่พอถ้าไม่ย่อทั้งคู่
     (4 ช่อง×40 + gap 9 = 169 · เมนู 4 ปุ่ม×38 + gap 9 = 161 · รวม 330 + ขอบ 14 = 344 < 375) */
  .ro-hotbar { left: 7px; transform: none; gap: 3px; }
  .ro-slot { width: 40px; height: 44px; }
  .ro-slot .nm { display: none; }
  .ro-menu { gap: 3px; }
  .ro-menu button { width: 38px; height: 44px; font-size: 14px; }
  .ro-menu button span { font-size: 7px; }
  .ro-chat { height: 84px; bottom: 58px; width: min(58%, 210px); }
  .rpg-hint { display: none; }                      /* คำใบ้ทับแชท — โชว์เฉพาะจอกว้าง */
  .ro-char { width: 168px; }
  .npc-dlg { bottom: 60px; grid-template-columns: 46px 1fr; padding: 8px 10px; }
  .npc-face { width: 46px; height: 62px; }
  .npc-txt p { font-size: 11.5px; }
}

/* ═══ ส่วนขยาย: หลายแมป · บัฟ · ร่ายเวท · คราฟต์ · สวมใส่ · แผนที่โลก ═══ */

/* แถบบัฟใต้แผงตัวละคร */
.buffrow { display: flex; gap: 3px; flex-wrap: wrap; min-height: 0; }
.buffchip { display: inline-flex; align-items: center; gap: 2px; font-size: 12px;
  background: #1b2130; border: 1px solid #4a5a7a; border-radius: 5px; padding: 1px 4px; }
.buffchip i { font-style: normal; font-size: 8.5px; color: #9cc7f0; }

/* แถบร่ายเวท */
.castbar { position: absolute; left: 50%; bottom: 130px; transform: translateX(-50%);
  width: min(46%, 220px); height: 14px; background: #0a0d13; border: 1px solid #5a6273;
  border-radius: 7px; overflow: hidden; opacity: 0; transition: opacity .12s; pointer-events: none; }
.castbar.on { opacity: 1; }
.castbar i { display: block; height: 100%; background: linear-gradient(#d9a8ff, #8a5fc9); }
.castbar span { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  font-size: 9px; text-shadow: 0 1px 2px #000; }

/* ป้ายชื่อแมป (RO-style) */
.mapbanner { position: absolute; left: 50%; top: 16%; transform: translateX(-50%);
  font-size: 26px; font-weight: 900; color: #fff; letter-spacing: 1px;
  text-shadow: 0 2px 10px #000c, 0 0 26px #7fc7e866; opacity: 0; transition: opacity .5s;
  pointer-events: none; white-space: nowrap; }
.mapbanner.on { opacity: 1; }

/* จอมืดตอนวาร์ป */
.warpfade { position: absolute; inset: 0; background: #06080c; opacity: 0; transition: opacity .25s;
  pointer-events: none; z-index: 40; }
.warpfade.on { opacity: 1; }

/* ป้ายซุ้มวาร์ป */
.ptag { position: absolute; transform: translate(-50%, -100%); white-space: nowrap;
  font-size: 10px; color: #bff0ff; background: #06283aa8; border: 1px solid #4a90b0;
  border-radius: 20px; padding: 1px 8px; text-shadow: 0 1px 2px #000; }

/* ช่องเสบียงในฮอตบาร์ */
.ro-slot.ration { border-color: #7a6a4a; }

/* ตัวเลขลอยเพิ่ม */
.fl.magic { color: #8ad0ff; }
.fl.warn { color: #ff9a3c; font-size: 18px; }
.fl.burst { color: #ffe8a0; font-size: 11px; }

/* เควส: มู้ดโซน */
.qzone { font-size: 9px; color: #8fb3d9; font-style: italic; }

/* แท็บร้านช่าง */
.tabbar { display: flex; gap: 4px; flex-wrap: wrap; margin-bottom: 8px; }
.tabbar.sub { margin-top: 2px; }
.tab { padding: 6px 10px; font-size: 12px; border-radius: 8px; background: #1f2431; border: 1px solid #2e3342; }
.tab.on { background: #46402f; border-color: #c9a24a; color: #ffe6a3; }

/* แถวคราฟต์/ตีบวก/สวมใส่ */
.craftrow { display: flex; align-items: center; gap: 9px; padding: 8px 0; border-top: 1px solid #2e3342; }
.craftrow:first-of-type { border-top: 0; }
.craftrow.lock { opacity: .5; }
.ok-t { color: #7fd1b9; }

/* สีความหายาก */
.rar-common { color: #efe9dd; }
.rar-fine { color: #7ed957; }
.rar-rare { color: #5bc0ff; }
.rar-legend { color: #ffd75b; text-shadow: 0 0 8px #ffd75b44; }
.rarrow { display: flex; gap: 10px; flex-wrap: wrap; font-size: 12px; }

/* หน้าต่างสวมใส่ */
.equip-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; margin-bottom: 10px; }
.slotbox { background: #1f2431; border: 1px solid #2e3342; border-radius: 9px; padding: 8px;
  display: flex; flex-direction: column; gap: 4px; min-height: 64px; }
.slotname { font-size: 10px; color: #8a93a6; }
.mat-ic { font-size: 22px; }

/* แผนที่โลก */
.worldmap { display: flex; flex-direction: column; align-items: stretch; gap: 2px; }
.wm-node { background: #1f2431; border: 1px solid #2e3342; border-radius: 9px; padding: 7px 10px;
  display: flex; flex-direction: column; gap: 1px; }
.wm-node.here { border-color: #c9a24a; background: #2e2a1c; }
.wm-link { text-align: center; color: #5a6273; font-size: 11px; line-height: 1; }
.wm-you { color: #ffe6a3; font-size: 11px; }
.wm-home { color: #7fd1b9; font-size: 11px; }

/* ผังสกิล 3 คอลัมน์ */
.skillcols { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 10px; }
.skillcol { display: flex; flex-direction: column; gap: 6px; }
.skillcol-h { font-weight: 700; font-size: 13px; padding: 4px 2px; border-bottom: 1px solid #2e3342; }
.sk.ult { border-color: #7a5f2a; background: #262031; }
.tag.ultt { background: #5a4a1a; color: #ffd75b; }
.tag.buff { background: #2f3a5a; }
.sk-btns { display: flex; flex-direction: column; gap: 4px; }
.hb { min-width: 40px; padding: 4px 6px; font-size: 10px; border-radius: 7px; }
.hb.on { border-color: #7fd1b9; color: #7fd1b9; }

/* หน้าเริ่มเกม */
.start-screen { position: fixed; inset: 0; display: flex; align-items: center; justify-content: center;
  background: radial-gradient(1200px 600px at 50% 20%, #2a4a66, #14202e 70%);
  z-index: 100; }
.start-box { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 10px;
  padding: 26px; }
.start-logo { font-size: 56px; filter: drop-shadow(0 6px 16px #000a); animation: startbob 2.6s ease-in-out infinite; }
@keyframes startbob { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
.start-title { font-size: 40px; font-weight: 900; letter-spacing: 4px; color: #ffe6a3;
  text-shadow: 0 3px 0 #8a5a2a, 0 8px 24px #000a; }
.start-sub { color: #b8cfe0; font-size: 14px; }
.start-btns { display: flex; flex-direction: column; gap: 9px; margin-top: 12px; width: min(84vw, 330px); }
.start-continue, .start-new { padding: 13px 18px; font-size: 16px; font-weight: 700; border-radius: 12px;
  background: linear-gradient(#f0c25a, #d09b2c); color: #241a03; border: 0;
  display: flex; flex-direction: column; gap: 3px; align-items: center; }
.start-continue span { font-size: 11.5px; font-weight: 400; color: #5a4210; }
.start-new.ghost2 { background: #223244; color: #b8cfe0; border: 1px solid #3a5a74; font-weight: 400; font-size: 13px; }
.start-hint { color: #7a93a8; font-size: 11.5px; margin-top: 14px; }

/* no-op: 'refine' เป็นค่า data-tab ใน template — ประกาศกัน audit เตือน */
.refine { }

/* จอแคบ: เมนู 6 ปุ่ม + ฮอตบาร์มีช่องเสบียง — บีบและซ้อนสองแถวกันล้น 375px */
@media (max-width: 560px) {
  .ro-menu { flex-wrap: wrap; width: 148px; justify-content: flex-end; }
  .ro-menu button { width: 32px; height: 40px; font-size: 12px; }
  .ro-menu button span { display: none; }
  .ro-hotbar { max-width: 60%; flex-wrap: wrap; }
  .castbar { bottom: 108px; }
  .mapbanner { font-size: 19px; }
  .buffchip { font-size: 10px; }
}

/* จอกลาง (แล็ปท็อปแคบ): ฮอตบาร์ 9 ช่องกลางจอชนเมนู 6 ปุ่มขวา — เลื่อนฮอตบาร์ชิดซ้าย */
@media (max-width: 1180px) and (min-width: 561px) {
  .ro-hotbar { left: 7px; transform: none; }
  .ro-chat { bottom: 130px; }
}

/* ── โหมดเล็งสกิล ── */
.rpg.aiming #rpg-canvas { cursor: crosshair; }
.ro-slot.aim { border-color: #7fe0ff; box-shadow: 0 0 0 2px #7fe0ff55, 0 0 12px #7fe0ff44; }
.ro-slot.aim .ic { animation: aimpulse .8s ease-in-out infinite; }
@keyframes aimpulse { 0%,100% { transform: scale(1); } 50% { transform: scale(1.18); } }

/* คนงานบนการ์ดที่ดิน — จุดสีแทนอีโมจิ */
.tile-workers i { display: inline-block; width: 7px; height: 7px; border-radius: 50%;
  background: #ffd95e; box-shadow: 0 0 0 1px #0006; margin-right: 2px; }
/* ไอคอนในหัวการ์ด/แถบต่างๆ ให้อยู่บรรทัดเดียวกับข้อความ */
.card .h .ro-ic, .qh .ro-ic, .qgoal .ro-ic, .ntag .ro-ic, .ptag .ro-ic { display: inline-block; vertical-align: -3px; }
.ro-map-top { display: flex; align-items: center; gap: 4px; }
.ro-map-top .ro-ic { color: #e8b94c; }
.ro-map-top .dim { margin-left: auto; }
.ro-slot .ic-wrap { display: grid; place-items: center; height: 20px; }
.buffchip .ro-ic { color: #9cc7f0; }
