/* ===== Inspinia Material Style — WaveWorld Guide ===== */

/* === Reset & Base === */
*{box-sizing:border-box;margin:0;padding:0}
body{
  font-family:'Noto Sans KR','Segoe UI',sans-serif;
  background:#f1f3f6;
  color:#676a6c;
  font-size:13px;
  line-height:1.6;
  display:flex;
  flex-direction:column;
  min-height:100vh;
}

/* === Layout === */
.layout{display:flex;height:100vh;overflow:hidden}

/* === Sidebar (Inspinia Dark) === */
.sidebar{
  width:220px;flex-shrink:0;
  height:100vh;overflow-y:auto;
  background:#2f4050;
  padding:0;
  z-index:100;
  transition:width .25s;
}
.sidebar::-webkit-scrollbar{width:5px}
.sidebar::-webkit-scrollbar-track{background:#2f4050}
.sidebar::-webkit-scrollbar-thumb{background:#495e6e;border-radius:3px}
.sidebar::-webkit-scrollbar-thumb:hover{background:#5c7a8e}

/* Logo area */
.sidebar > a{
  display:flex;align-items:center;gap:10px;
  padding:18px 20px 16px;
  text-decoration:none;
  border-bottom:1px solid #293846;
  background:#293846;
}
.sidebar > a .logo-icon{
  width:32px;height:32px;
  background:linear-gradient(135deg,#1ab394,#23c6c8);
  border-radius:8px;
  display:flex;align-items:center;justify-content:center;
  font-size:16px;flex-shrink:0;
  box-shadow:0 2px 8px rgba(26,179,148,.3);
}
.sidebar > a .logo-text{font-size:14px;font-weight:800;color:#fff;letter-spacing:.5px}
.sidebar > a .logo-sub{font-size:9px;color:#8095a8;letter-spacing:2px;text-transform:uppercase;margin-top:1px}

.stitle{
  font-size:9px;color:#8095a8;
  padding:16px 20px 6px;
  letter-spacing:2px;font-weight:700;
  text-transform:uppercase;user-select:none;
}

/* Nav items */
.ni-icon{font-size:14px;width:20px;text-align:center;flex-shrink:0;opacity:.7}
.ni{
  display:flex;align-items:center;gap:10px;
  padding:10px 20px;
  cursor:pointer;font-size:13px;font-weight:500;
  color:#a7b1c2;
  border-left:3px solid transparent;
  transition:all .2s;user-select:none;
  position:relative;
}
.ni:hover{color:#fff;background:#293846;border-left-color:#293846}
.ni.active{
  color:#fff;background:#293846;font-weight:600;
  border-left-color:#1ab394;
}
.nsub{margin-left:0;padding:2px 0 4px 50px;background:#293846}
.tree-collapse{display:none;overflow:hidden}
.tree-collapse.open{display:block}
.has-tree::after{content:'▾';position:absolute;right:16px;font-size:10px;color:#8095a8;transition:transform .2s}
.has-tree:not(.tree-open)::after{content:'▸'}
.nsi{
  display:flex;align-items:center;gap:6px;
  padding:5px 10px;font-size:12px;
  color:#8095a8;cursor:pointer;transition:all .15s;user-select:none;
  border-radius:4px;margin:1px 10px 1px 0;
}
.nsi:hover{color:#fff;background:rgba(255,255,255,.05)}
.nsi.active-step{color:#1ab394;font-weight:600}
.nsi.active-nsi{color:#1ab394 !important;font-weight:600 !important}
.sep{height:1px;background:#293846;margin:6px 20px}

/* === Main Content === */
.main{
  flex:1;padding:24px 28px;
  min-width:0;overflow-y:auto;height:100vh;
  background:#f1f3f6;
}

/* === Right Panel === */
.right-panel{
  width:220px;flex-shrink:0;height:100vh;
  background:#fff;border-left:1px solid #e7eaec;
  display:flex;flex-direction:column;
}
.rp-header{padding:16px 18px 14px;border-bottom:1px solid #e7eaec}
.rp-title{font-size:10px;font-weight:700;color:#2f4050;letter-spacing:1px;text-transform:uppercase}
.rp-sub{font-size:9px;color:#999;margin-top:2px}
.rp-progress{padding:10px 18px 8px;border-bottom:1px solid #f1f3f6;flex-shrink:0}
.rp-tabs{display:flex;border-bottom:1px solid #e7eaec;flex-shrink:0}
.rp-tab{
  flex:1;padding:10px 0;font-size:10px;letter-spacing:.5px;
  text-align:center;color:#999;cursor:pointer;font-weight:600;
  border-bottom:2px solid transparent;margin-bottom:-1px;
  transition:color .15s;text-transform:uppercase;
}
.rp-tab:hover{color:#676a6c}
.rp-tab.active{color:#1ab394;border-bottom-color:#1ab394}
.rp-content{flex:1;display:flex;flex-direction:column;min-height:0}
.rp-panel{display:none;flex:1;min-height:0}
.rp-panel.show{display:flex;flex-direction:column}
.rp-scroll{overflow-y:auto;flex:1;padding:8px 0 12px}
.rp-scroll::-webkit-scrollbar{width:3px}
.rp-scroll::-webkit-scrollbar-thumb{background:#e7eaec;border-radius:3px}

.rp-task-row{
  display:flex;align-items:center;gap:8px;
  padding:6px 18px;font-size:12px;color:#999;
  cursor:pointer;transition:all .15s;
}
.rp-task-row:hover{color:#676a6c;background:#f8f9fa}
.rp-tn{font-size:10px;font-weight:700;min-width:16px;color:#e7eaec}

.rp-link{
  display:flex;align-items:center;gap:8px;
  padding:7px 18px;font-size:12px;color:#676a6c;
  cursor:pointer;transition:all .15s;
}
.rp-link:hover{color:#2f4050;background:#f8f9fa}
.rp-li{font-size:14px;width:18px;text-align:center;flex-shrink:0}

.rp-hist-item{
  padding:7px 18px;font-size:11px;color:#676a6c;
  cursor:pointer;transition:all .15s;
  border-bottom:1px solid #f8f9fa;
}
.rp-hist-item:hover{background:#f8f9fa;color:#2f4050}
.rp-hist-date{font-size:9px;color:#bbb;margin-top:2px}

/* === Grid === */
.grid2{display:inline-grid;grid-template-columns:auto auto;gap:16px}
.grid3{display:inline-grid;grid-template-columns:auto auto auto;gap:16px}
.grid2.stretch,.grid3.stretch{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}
.card .grid2{display:grid;grid-template-columns:1fr 1fr;gap:0}
.card .grid3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:0}
.grid3.stat{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
@media(max-width:1000px){.grid3{grid-template-columns:auto auto}}
@media(max-width:860px){.grid2,.grid3{grid-template-columns:1fr;display:grid}}
@media(max-width:768px){
  .sidebar{width:0;overflow:hidden}
  .main{padding:16px}
}

/* === Card (ibox style) === */
.card{
  background:#fff;
  border:1px solid #e7eaec;
  border-radius:4px;
  padding:16px 20px;
  margin-bottom:16px;
  box-shadow:0 2px 6px rgba(0,0,0,.04);
  display:inline-block;
  vertical-align:top;
}
.card.full{display:block}
.card h3:first-child{margin-top:0}

/* === Headings === */
h2{
  font-size:16px;color:#2f4050;font-weight:700;
  margin-bottom:16px;padding-bottom:8px;
  border-bottom:2px solid #e7eaec;
}
h3{
  font-size:13px;color:#2f4050;font-weight:600;
  margin:14px 0 8px;
}

/* === Info Row === */
.ir{display:flex;padding:10px 0;border-bottom:1px solid #f5f5f6;gap:14px;align-items:center}
.ir:last-child{border-bottom:none}
.ir:nth-child(even){background:#fafbfc}
.ik{width:140px;color:#999;flex-shrink:0;font-weight:600;font-size:12px}
.iv{color:#2f4050;font-size:13px}
.ok{color:#1ab394;font-weight:700}
.no{color:#ed5565;font-weight:700}

/* === Table === */
table{border-collapse:collapse;font-size:12px;width:100%}
th{
  background:#f5f5f6;color:#2f4050;
  padding:10px 14px;text-align:left;font-weight:600;
  border-bottom:2px solid #e7eaec;
  font-size:11px;text-transform:uppercase;letter-spacing:.5px;
}
td{padding:10px 14px;border-bottom:1px solid #f5f5f6;vertical-align:middle;color:#676a6c}
tr:last-child td{border-bottom:none}
tr:nth-child(even) td{background:#fafbfc}
tr:hover td{background:#f0f7ff}

/* === Tags (Badges) === */
.tag{
  display:inline-block;font-size:10px;
  padding:3px 10px;border-radius:3px;
  font-weight:700;white-space:nowrap;vertical-align:middle;
  border:none;letter-spacing:.3px;
}
.tp{background:#1ab394;color:#fff}
.tb{background:#23c6c8;color:#fff}
.ta{background:#f8ac59;color:#fff}
.tw{background:#9b59b6;color:#fff}
.cb{
  font-size:9px;background:#f8ac59;color:#fff;
  padding:2px 8px;border-radius:3px;margin-left:4px;
  border:none;
}

/* === Skill Row === */
.sr{display:flex;align-items:center;gap:12px;padding:10px 8px;border-bottom:1px solid #f5f5f6}
.sr:last-child{border-bottom:none}
.sr:hover{background:#fafbfc;border-radius:4px}
.si-info{flex:1}
.sn{font-size:13px;color:#2f4050;font-weight:600}
.sd{font-size:11px;color:#999;margin-top:3px}
.ml{
  font-size:10px;color:#fff;font-weight:700;
  background:#1ab394;
  padding:4px 10px;border-radius:3px;
  white-space:nowrap;flex-shrink:0;
  border:none;
}

/* === Skill Tree === */
.tree{padding:6px 0}
.t-root{
  display:flex;align-items:center;gap:8px;
  padding:10px 14px;background:#fafbfc;
  border-radius:4px;margin-bottom:5px;
  border-left:3px solid #1ab394;flex-wrap:wrap;
  transition:background .15s;
}
.t-root:hover{background:#f0f4f7}
.t-branch{margin-left:22px;padding-left:16px;border-left:2px dashed #e7eaec}
.t-child{
  display:flex;align-items:center;gap:8px;
  padding:9px 14px;background:#f8f4fc;
  border-radius:4px;margin:4px 0;
  border-left:3px solid #9b59b6;flex-wrap:wrap;
  transition:background .15s;
}
.t-child:hover{background:#f0e8f8}
.t-leaf{
  display:flex;align-items:center;gap:8px;
  padding:8px 14px;background:#eef8f0;
  border-radius:4px;margin:4px 0;
  border-left:3px solid #1ab394;flex-wrap:wrap;
  transition:background .15s;
}
.t-leaf:hover{background:#e2f5e8}
.t-label{font-size:12px;color:#2f4050;flex-shrink:0}
.t-sub{font-size:10px;color:#999;margin-left:4px}
.arr{color:#ccc;font-size:10px;margin-right:3px}

/* === Stat Card === */
.stat-card{
  background:#1ab394;color:#fff;
  border:none;border-radius:4px;
  padding:20px 24px;text-align:center;
  box-shadow:0 2px 8px rgba(0,0,0,.1);
  transition:transform .2s;
  display:block;
}
.stat-card:hover{transform:translateY(-2px)}
.stat-card:nth-child(2){background:#23c6c8}
.stat-card:nth-child(3){background:#f8ac59}
.stat-card .slabel{font-size:11px;color:rgba(255,255,255,.85);margin-bottom:6px;font-weight:500;text-transform:uppercase;letter-spacing:1px}
.stat-card .sval{font-size:28px;font-weight:800;color:#fff}
.wave-icon{
  width:38px;height:38px;border-radius:50%;
  border:2px solid #9b59b6;
  display:flex;align-items:center;justify-content:center;
  font-size:16px;flex-shrink:0;background:#f8f4fc;
}

/* === Level Bar === */
.lv-bar{
  display:flex;align-items:center;gap:8px;
  margin-bottom:20px;padding:12px 18px;
  background:#fff;border:1px solid #e7eaec;
  border-radius:4px;box-shadow:0 1px 3px rgba(0,0,0,.04);
}
.lv-label{font-size:11px;color:#999;margin-right:6px;white-space:nowrap;font-weight:600}
.lvbtn{
  font-size:11px;padding:6px 16px;
  border:1px solid #e7eaec;border-radius:3px;
  background:#fff;color:#676a6c;
  cursor:pointer;transition:all .15s;white-space:nowrap;
}
.lvbtn:hover:not(.active){background:#f3f3f4;border-color:#d2d2d2}
.lvbtn.active{background:#1ab394;color:#fff;border-color:#1ab394;font-weight:700}

/* === Skill Stat Inline === */
.sk-stat{
  font-size:10px;color:#676a6c;
  background:#f5f5f6;border:1px solid #e7eaec;
  border-radius:3px;padding:3px 10px;
  white-space:nowrap;flex-shrink:0;
  transition:background .25s,color .25s;
}
.sk-stat.hl{background:#d5f5e3;color:#1ab394;border-color:#a3d9b1}

/* === Skill DB Card === */
.sk-grid{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:8px;margin-bottom:12px}
.sk-card{background:#fff;border:1px solid #e7eaec;border-radius:4px;padding:10px 12px}
.sk-tier{font-size:12px;font-weight:700;margin-bottom:6px}
.sk-row{display:flex;align-items:center;gap:6px;padding:4px 0;font-size:11px;color:#676a6c;line-height:1.7}
.sk-name{font-weight:600;color:#2f4050;min-width:85px}
.sk-ml{color:#1ab394;font-weight:700;font-size:10px}
.sk-weapon{color:#999;font-size:10px}
.sk-desc{color:#999;font-size:10px}
.sk-badge{display:inline-block;font-size:9px;padding:2px 6px;border-radius:3px;font-weight:700;margin-left:2px}
.sk-atk2{background:#f8ac59;color:#fff}
.sk-buf2{background:#23c6c8;color:#fff}
.sk-pas2{background:#1ab394;color:#fff}
.sk-utl{background:#6366f1;color:#fff}
.sk-free{background:#f6c23e;color:#fff;font-size:9px;padding:2px 5px;border-radius:3px;margin-left:4px}
.sk-del{color:#ddd;cursor:pointer;font-size:10px;margin-left:auto;transition:color .15s}
.sk-del:hover{color:#ed5565}

/* === SP Simulator === */
.sim-tabs{display:flex;gap:6px;margin-bottom:14px}
.sim-tab{padding:7px 18px;border:1px solid #e7eaec;border-radius:4px;background:#fff;font-size:12px;font-weight:600;color:#676a6c;cursor:pointer;transition:all .15s}
.sim-tab:hover{background:#fafbfc;border-color:#ccc}
.sim-tab.active{background:#1ab394;color:#fff;border-color:#1ab394}
.sim-sp-bar{display:flex;gap:10px;margin-bottom:14px;padding:12px 16px;background:#fff;border:1px solid #e7eaec;border-radius:4px;font-size:12px}
.sim-sp-item{text-align:center;flex:1}
.sim-sp-label{font-size:10px;color:#999}
.sim-sp-val{font-size:18px;font-weight:800;color:#1ab394}
.sim-sp-val.negative{color:#ed5565}
.sim-tier{margin-bottom:10px}
.sim-tier-title{font-size:12px;font-weight:700;padding:6px 12px;background:#f5f5f6;border-radius:4px;margin-bottom:6px}
.sim-skill{display:flex;align-items:center;gap:8px;padding:5px 10px;border-bottom:1px solid #f8f9fa;font-size:12px}
.sim-skill:hover{background:#fafbfc}
.sim-skill-name{min-width:120px;font-weight:600;color:#2f4050}
.sim-skill-info{font-size:10px;color:#999;min-width:80px}
.sim-skill-ctrl{display:flex;align-items:center;gap:4px;margin-left:auto}
.sim-btn{width:22px;height:22px;border:1px solid #e7eaec;border-radius:3px;background:#fff;font-size:12px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#676a6c;transition:all .15s}
.sim-btn:hover{background:#f0faf6;border-color:#1ab394;color:#1ab394}
.sim-btn:active{background:#1ab394;color:#fff}
.sim-btn.disabled{opacity:.3;pointer-events:none}
.sim-lv{font-size:13px;font-weight:700;color:#1ab394;min-width:44px;text-align:center}
.sim-lv-zero{color:#ddd}

/* === Section Toggle === */
.section{display:none}
.section.active{display:block}

/* === Checklist === */
.task-group{margin-bottom:24px}
.task-item{
  display:flex;align-items:center;gap:12px;
  padding:11px 16px;border-bottom:1px solid #f5f5f6;
  font-size:12px;color:#676a6c;
  transition:background .1s;
}
.task-item:hover{background:#fafbfc}
.task-item:last-child{border-bottom:none}
.task-item input[type="checkbox"]{
  width:18px;height:18px;cursor:pointer;
  accent-color:#1ab394;flex-shrink:0;
}
.task-item input[type="checkbox"]:checked + .task-text{
  text-decoration:line-through;color:#ccc;
}
.task-item:hover .task-hist-link{opacity:1}
.task-hist-link{
  opacity:0;transition:opacity .15s;
  font-size:10px;color:#9b59b6;cursor:pointer;
  margin-left:6px;white-space:nowrap;
}
.task-hist-link:hover{text-decoration:underline}

/* === Step Badge === */
.step-nav{display:flex;align-items:center;justify-content:space-between}
.step-badge{
  display:inline-block;font-size:10px;
  padding:2px 8px;border-radius:3px;
  margin-left:auto;font-weight:700;
  vertical-align:middle;
}
.step-badge.done{background:#d5f5e3;color:#1ab394}
.step-badge.doing{background:#fef3c7;color:#f6c23e}
.step-badge.todo{background:#f5f5f6;color:#ddd}
.step-nav.active-step{color:#fff !important;font-weight:700}
.task-text{flex:1}
.task-who{
  font-size:10px;padding:3px 10px;border-radius:3px;
  font-weight:700;white-space:nowrap;flex-shrink:0;
}
.task-gui{background:#23c6c8;color:#fff}
.task-lua{background:#9b59b6;color:#fff}
.task-both{background:#f8ac59;color:#fff}

/* Progress bar */
.progress-bar{
  height:8px;background:#f5f5f6;border-radius:4px;
  overflow:hidden;margin-top:10px;
}
.progress-fill{
  height:100%;background:#1ab394;border-radius:4px;
  transition:width .3s;width:0;
}
.progress-text{font-size:11px;color:#999;margin-top:6px}
.total-progress-bar{
  height:12px;background:#e7eaec;border-radius:6px;
  overflow:hidden;margin-top:10px;
}
.total-progress-fill{
  height:100%;background:linear-gradient(90deg,#1ab394,#23c6c8);
  border-radius:6px;transition:width .3s;width:0;
}
.total-progress-text{font-size:13px;color:#2f4050;margin-top:8px;font-weight:600}

/* === History === */
#sec-history .hist-thumb{
  width:200px;height:auto;cursor:pointer;
  border:1px solid #e7eaec;border-radius:4px;
  transition:all .2s;margin-top:8px;
}
#sec-history .hist-thumb:hover{border-color:#1ab394;box-shadow:0 2px 12px rgba(0,0,0,.1)}

/* Lightbox */
.lightbox{
  display:none;position:fixed;inset:0;z-index:9999;
  background:rgba(0,0,0,.85);
  align-items:center;justify-content:center;cursor:pointer;
}
.lightbox.active{display:flex}
.lightbox img{max-width:92%;max-height:92%;border-radius:6px;box-shadow:0 4px 30px rgba(0,0,0,.5)}
.lightbox-close{
  position:fixed;top:16px;right:24px;
  font-size:28px;color:#fff;cursor:pointer;
  font-weight:300;opacity:.7;transition:opacity .2s;
}
.lightbox-close:hover{opacity:1}

/* === Search Bar === */
.search-bar{
  display:flex;gap:10px;margin-bottom:20px;
  padding:12px 18px;background:#fff;
  border:1px solid #e7eaec;border-radius:4px;
  box-shadow:0 1px 3px rgba(0,0,0,.04);
}
.search-bar input{
  flex:1;padding:8px 14px;border:1px solid #e7eaec;
  border-radius:3px;font-size:12px;outline:none;
  transition:border-color .15s;
}
.search-bar input:focus{border-color:#1ab394;box-shadow:0 0 0 3px rgba(26,179,148,.1)}
.search-bar button{
  padding:8px 20px;background:#1ab394;color:#fff;
  border:none;border-radius:3px;font-size:12px;
  font-weight:600;cursor:pointer;transition:background .15s;
}
.search-bar button:hover{background:#18a689}

/* === Pagination === */
.pagination{
  display:flex;justify-content:center;gap:4px;
  margin-top:24px;
}
.pagination button{
  padding:7px 14px;border:1px solid #e7eaec;
  border-radius:3px;background:#fff;color:#676a6c;
  font-size:12px;cursor:pointer;transition:all .15s;
}
.pagination button:hover{background:#f3f3f4}
.pagination button.active{background:#1ab394;color:#fff;border-color:#1ab394}
.pagination button:disabled{opacity:.4;cursor:default}

/* === Task History === */
.task-history-btn{
  font-size:10px;padding:3px 8px;margin-left:6px;
  background:#f8f4fc;color:#9b59b6;border:1px solid #e4d6f0;
  border-radius:3px;cursor:pointer;white-space:nowrap;
  transition:all .15s;
}
.task-history-btn:hover{background:#9b59b6;color:#fff}
.task-history-panel{
  margin:6px 0 10px 32px;padding:10px 14px;
  background:#faf9fc;border:1px solid #ede8f5;border-radius:4px;
  font-size:11px;color:#676a6c;display:none;
}
.task-history-panel.open{display:block}

/* === Row layout (inside card) === */
.row2{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.row3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px}
@media(max-width:900px){.row3{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.row2,.row3{grid-template-columns:1fr}}

/* === Gridstack Dashboard === */
.grid-stack{margin:0 -4px}
.grid-stack-item-content{
  background:#fff;
  border:1px solid #e7eaec;
  border-radius:4px;
  padding:16px 20px;
  box-shadow:0 2px 6px rgba(0,0,0,.04);
  overflow:auto;
  cursor:default;
}
.grid-stack-item-content h3:first-child{margin-top:0}
.grid-stack-item-content .ir:last-child{border-bottom:none}
.grid-stack > .grid-stack-item > .grid-stack-item-content{inset:4px}
.gs-header{
  font-size:13px;font-weight:700;color:#2f4050;
  padding-bottom:8px;margin-bottom:10px;
  border-bottom:2px solid #e7eaec;
  cursor:move;
}
.gs-header .gs-badge{
  float:right;font-size:9px;padding:2px 8px;
  border-radius:3px;font-weight:600;
}
.ui-resizable-handle{opacity:0;transition:opacity .2s}
.grid-stack-item:hover .ui-resizable-handle{opacity:.5}
.grid-stack-item.ui-draggable-dragging .grid-stack-item-content{
  box-shadow:0 8px 24px rgba(0,0,0,.12);
  border-color:#1ab394;
}

/* === Utility === */
details summary{
  font-size:11px;color:#1ab394;cursor:pointer;
  font-weight:600;padding:4px 0;
  transition:color .15s;
}
details summary:hover{color:#18a689}
details[open] summary{margin-bottom:6px}

/* === Responsive === */
@media(max-width:1200px){.sk-grid{grid-template-columns:1fr 1fr 1fr}}
@media(max-width:900px){.sk-grid{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.sk-grid{grid-template-columns:1fr}}

/* === Skill Page (sub pages) === */
.class-header{display:flex;align-items:center;gap:14px;margin-bottom:24px}
.class-icon{font-size:36px}
.class-title{font-size:20px;font-weight:700;color:#2f4050}
.class-sub{font-size:11px;color:#999;margin-top:3px}
.section-title{font-size:13px;font-weight:700;color:#1ab394;margin:20px 0 10px;padding:6px 14px;background:#f0faf6;border-radius:4px;display:inline-block;border-left:3px solid #1ab394}
.job-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px;margin-bottom:20px}
@media(max-width:900px){.job-grid{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.job-grid{grid-template-columns:1fr}}
.job-col h3{font-size:12px;font-weight:700;color:#2f4050;margin:0 0 8px;padding:6px 10px;background:#f5f5f6;border-radius:4px;text-align:center}
.skill-row{display:flex;align-items:flex-start;gap:8px;padding:6px 8px;border-bottom:1px solid #f5f5f6;font-size:12px}
.skill-row:hover{background:#fafbfc}
.skill-name{font-weight:600;color:#2f4050;min-width:100px;flex-shrink:0}
.skill-type{font-size:10px;padding:2px 8px;border-radius:3px;font-weight:700;flex-shrink:0}
.sk-atk{background:#f8ac59;color:#fff}.sk-buf{background:#23c6c8;color:#fff}.sk-pas{background:#1ab394;color:#fff}
.skill-desc{color:#999;flex:1;font-size:11px}
.skill-table{width:100%;border-collapse:collapse;font-size:11px;margin-top:6px}
.skill-table th{background:#f5f5f6;padding:6px 10px;text-align:left;font-weight:600;color:#2f4050;font-size:10px}
.skill-table td{padding:6px 10px;border-bottom:1px solid #f8f9fa;color:#676a6c}
.skill-table tr:hover td{background:#fafbfc}
.note{font-size:11px;color:#999;padding:6px 10px;background:#fafbfc;border-radius:4px;margin-top:4px;border-left:2px solid #e7eaec}
