.micro-guide-loading{
  position:fixed;
  inset:0;
  display:grid;
  place-items:center;
  margin:0;
  background:#101820;
  color:#dce9e3;
  font:800 15px/1.4 Pretendard,sans-serif;
}

.shooter-guide-admin-open{
  position:fixed;
  z-index:2147483000;
  right:76px;
  top:16px;
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:42px;
  padding:0 15px;
  border:1px solid rgba(255,217,94,.85);
  border-radius:13px;
  background:rgba(6,29,52,.88);
  box-shadow:0 10px 28px rgba(0,0,0,.24);
  color:#fff5bf;
  font:900 12px/1 Pretendard,sans-serif;
  backdrop-filter:blur(12px);
  cursor:pointer;
}
.shooter-guide-admin-open[hidden]{display:none!important}
.shooter-guide-admin-open span{font-size:17px;color:#ffd95e}
.shooter-guide-admin-open:hover,.shooter-guide-admin-open:focus-visible{
  background:#092d4d;
  outline:3px solid rgba(255,217,94,.25);
  outline-offset:2px;
}

.shooter-guide-admin-panel{
  position:fixed;
  z-index:2147483100;
  top:12px;
  right:12px;
  width:min(460px,calc(100vw - 24px));
  max-height:calc(100vh - 24px);
  overflow:auto;
  box-sizing:border-box;
  border:1px solid #b9c9d5;
  border-radius:22px;
  background:#f8fbfd;
  box-shadow:0 30px 90px rgba(0,17,34,.38);
  color:#09243d;
  font-family:Pretendard,sans-serif;
}
.shooter-guide-admin-panel[hidden]{display:none!important}
.shooter-guide-admin-panel>header{
  position:sticky;
  top:0;
  z-index:2;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  padding:20px 20px 17px;
  border-bottom:1px solid #d8e2e9;
  background:rgba(248,251,253,.96);
  backdrop-filter:blur(12px);
}
.shooter-guide-admin-panel header small{
  display:block;
  color:#42725c;
  font:900 9px/1.2 Lexend,Pretendard,sans-serif;
  letter-spacing:1.5px;
}
.shooter-guide-admin-panel h2{margin:7px 0 0;font-size:24px;line-height:1.1;letter-spacing:-.6px}
.shooter-guide-admin-panel header p{margin:7px 0 0;color:#687d8d;font:800 11px/1.3 Lexend,Pretendard,sans-serif}
.shooter-guide-admin-panel header button{
  flex:0 0 auto;
  width:34px;
  height:34px;
  border:1px solid #c7d4dd;
  border-radius:10px;
  background:#fff;
  color:#14324a;
  font-size:22px;
  cursor:pointer;
}
.guide-admin-lock{
  display:flex;
  gap:10px;
  margin:16px 20px 0;
  padding:11px 12px;
  border:1px solid #e2d694;
  border-radius:12px;
  background:#fff9dc;
  color:#5c5021;
  font-size:11px;
  line-height:1.45;
}
.guide-admin-lock b{flex:0 0 auto;color:#8f6c00}
.shooter-guide-admin-panel form{padding:18px 20px 22px}
.shooter-guide-admin-panel label{display:block;margin-bottom:17px}
.shooter-guide-admin-panel label>span{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:7px;
  color:#1a3b55;
  font-size:12px;
  font-weight:900;
}
.shooter-guide-admin-panel label i{color:#728797;font-size:10px;font-style:normal;font-weight:700}
.shooter-guide-admin-panel textarea{
  display:block;
  width:100%;
  min-height:92px;
  box-sizing:border-box;
  resize:vertical;
  border:1px solid #afc0cd;
  border-radius:12px;
  background:#fff;
  padding:12px 13px;
  color:#0b263e;
  font:700 14px/1.6 Pretendard,sans-serif;
}
.shooter-guide-admin-panel textarea:focus{
  border-color:#2f9d70;
  outline:3px solid rgba(47,157,112,.14);
}
.shooter-guide-admin-panel textarea:disabled{opacity:.68;cursor:wait}
.shooter-guide-admin-panel label>small{display:block;margin-top:6px;color:#708595;font-size:10px;line-height:1.5}
.guide-admin-status{
  min-height:20px;
  margin:0 0 13px;
  color:#647a89;
  font-size:11px;
  font-weight:800;
}
.guide-admin-status[data-tone="saved"]{color:#147148}
.guide-admin-status[data-tone="working"]{color:#8a6800}
.guide-admin-status[data-tone="error"]{color:#b42536}
.shooter-guide-admin-panel form>footer{display:flex;justify-content:space-between;gap:10px}
.shooter-guide-admin-panel form>footer button{
  min-height:44px;
  border-radius:12px;
  padding:0 17px;
  font:900 12px/1 Pretendard,sans-serif;
  cursor:pointer;
}
.shooter-guide-admin-panel .admin-reset{border:1px solid #bfccd5;background:#fff;color:#435b6d}
.shooter-guide-admin-panel .admin-save{min-width:112px;border:0;background:#062c4a;color:#fff}
.shooter-guide-admin-panel button:disabled{opacity:.45;cursor:not-allowed}
.shooter-guide-admin-panel[data-dirty="true"]{border-color:#d2ae30}

@media(max-width:720px){
  .shooter-guide-admin-open{right:64px;top:10px;min-height:38px;padding:0 11px;font-size:10px}
  .shooter-guide-admin-panel{inset:6px;width:auto;max-height:calc(100vh - 12px);border-radius:17px}
  .shooter-guide-admin-panel>header{padding:16px}
  .shooter-guide-admin-panel form{padding:15px 16px 18px}
  .guide-admin-lock{margin:13px 16px 0}
}
