/* ==== Base ==== */
:root {
  --brand: #f39a38;
}

body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  margin: 0;
  background: #fafafa
}

.wrap {
  max-width: 960px;
  margin: 0 auto;
  padding: 20px
}

.h {
  font-size: 20px;
  margin: 16px 0;
  font-weight: 700
}

.badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 9999px;
  font-size: 12px;
  color: #fff
}

.b-live {
  background: #06c755
}

.b-pre {
  background: #f39a38
}

.b-closed {
  background: #999
}

.meta {
  font-size: 12px;
  color: #666;
  margin-top: 6px
}

.row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center
}

.card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 12px
}

.grid {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr
}

.input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-sizing: border-box
}

.btn {
  display: inline-block;
  padding: 10px 14px;
  border-radius: 8px;
  text-decoration: none;
  border: 1px solid #ccc;
  background: #fff;
  cursor: pointer
}

.btn.primary {
  background: #f39a38;
  color: #fff;
  border-color: #f39a38
}

.btn.green {
  background: #06c755;
  color: #fff;
  border-color: #06c755
}

.btn:disabled,
.btn[disabled] {
  opacity: .5;
  cursor: not-allowed
}

.list {
  max-height: 480px;
  overflow: auto;
  border: 1px solid #eee;
  border-radius: 8px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 6px
}

.item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border-bottom: 1px solid #f0f0f0;
  background: #fff
}

.item:last-child {
  border-bottom: none
}

.item a {
  color: #333;
  text-decoration: none
}

.item a:visited {
  color: #333;
  text-decoration: none
}

.item a:hover {
  color: #333;
  text-decoration: none
}

.count {
  font-size: 12px;
  color: #666;
  margin-left: auto
}

.kicker {
  font-size: 14px;
  color: #333;
  margin: 6px 0 10px;
  font-weight: 600
}

.help {
  font-size: 12px;
  color: #666;
  margin-top: 6px
}

.sep {
  height: 12px
}

.modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .4);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999
}

.modal-inner {
  background: #fff;
  border-radius: 12px;
  max-width: 720px;
  width: 92%;
  max-height: 85vh;
  overflow: auto;
  padding: 16px;
  border: 1px solid #ddd
}

.modal-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px
}

.modal-title {
  font-weight: 700
}

.reason-post {
  display: flex;
  gap: 8px;
  align-items: flex-start
}

#rmText {
  height: 80px
}

#rpText {
  height: 60px
}

/* ==== Detail (from your second block, harmonized) ==== */
.b-live {
  background: #e8fff0;
  color: #0a9b4f;
  border: 1px solid #bfe9cf
}

.b-pre {
  background: #fff8e8;
  color: #b67c00;
  border: 1px solid #f1d18a
}

.b-closed {
  background: #f3f3f3;
  color: #777;
  border: 1px solid #e0e0e0
}

.badnote {
  color: #c62828;
  font-size: 13px
}

/* 任意プロフィールUI */
#vote-profile-box {
  margin: 12px 0;
  padding: 10px;
  background: #fffbe6;
  border: 1px solid #f5d27a;
  border-radius: 8px;
}

/* モーダル表示状態 */
.modal.show {
  display: flex
}

/* 理由一覧 */
.reason-item {
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 8px;
  margin-bottom: 8px
}

.reason-foot {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #666
}

.reason-like {
  cursor: pointer
}

/* ==== Utilities ==== */
.input--auto {
  width: auto
}

.mt-8 {
  margin-top: 8px
}

.reason-like-wrap {
  display: flex;
  align-items: center;
  gap: 4px;
}

.reason-like-count {
  font-size: 0.9rem;
  opacity: 0.8;
}

body {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif
}

.wrap {
  max-width: 920px;
  margin: 0 auto;
  padding: 12px
}

.row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap
}

.sep {
  height: 12px
}

.card {
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 12px;
  margin: 12px 0;
  background: #fff
}

.h {
  font-weight: 700;
  margin-right: 8px
}

.badge {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 12px;
  background: #eee
}

.b-live {
  background: #06c755;
  color: #fff
}

.b-pre {
  background: #4fc3ff;
  color: #fff
}

.b-closed {
  background: #999;
  color: #fff
}

.input {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-sizing: border-box
}

.list .item {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 6px 0;
  border-bottom: 1px solid #f2f2f2;
  position: relative
}

.list .item .votechk {
  position: absolute;
  width: 22px;
  height: 22px;
  margin: 0;
  opacity: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none
}

.list .item .votechk:focus+.chk-ui {
  box-shadow: 0 0 0 4px rgba(79, 195, 255, .28), 0 0 0 2px #4fc3ff inset
}

.list .item .votechk:checked+.chk-ui {
  border-color: #4fc3ff;
  background: #e8f7ff
}

.list .item .chk-ui {
  margin-right: 10px
}

.list .item .votechk:checked+.chk-ui::after {
  content: '';
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background: #4fc3ff
}

.cap-reached .list .item:not(.is-checked) {
  opacity: .48
}

.list .item .votechk:disabled+.chk-ui {
  filter: grayscale(30%);
  background: #f6fbff;
  border-color: #bfe7ff;
  box-shadow: 0 0 0 4px rgba(79, 195, 255, .08)
}

.btn {
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid #ccc;
  background: #fff;
  cursor: pointer
}

.btn.primary {
  background: #f39a38;
  color: #fff;
  border: none
}

.btn.primary:disabled {
  opacity: .6;
  cursor: default
}

.btn.green {
  background: #06c755;
  color: #fff;
  border: none
}

#rmPost.btn.green {
  background: #4fc3ff
}

.msg {
  margin-top: 8px;
  font-size: 13px;
  color: #d33;
  display: none
}

.okmsg {
  margin-left: 8px;
  color: #0a8;
  font-size: 12px;
  display: none;
  opacity: 0;
  transition: opacity .25s ease
}

.okmsg.show {
  display: inline;
  opacity: 1
}

.seg-inline {
  margin-top: 12px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center
}

.seg-inline label {
  display: flex;
  align-items: center;
  gap: 6px
}

.seg-sel {
  max-width: 160px;
  padding: 6px 34px 6px 10px;
  font-size: 11px;
  border-radius: 10px;
  border: 1.5px solid rgba(79, 195, 255, .9);
  background: linear-gradient(180deg, rgba(79, 195, 255, .12), rgba(79, 195, 255, .10));
  color: #4fc3ff;
  font-weight: 700;
  outline: none;
  appearance: none;
  transition: border-color .15s, box-shadow .15s, background-color .15s, filter .15s;
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 14px 14px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24'><path fill='%234fc3ff' d='M7 10l5 5 5-5z'/></svg>")
}

.seg-sel option {
  color: #4fc3ff;
  font-weight: 700
}

.seg-sel:hover {
  background: linear-gradient(180deg, rgba(79, 195, 255, .14), rgba(79, 195, 255, .12));
  filter: brightness(1.01)
}

.seg-sel:focus {
  box-shadow: 0 0 0 4px rgba(79, 195, 255, .28)
}

@media (max-width:768px) {
  .seg-sel {
    font-size: 16px !important
  }
}

.help-gray {
  color: #666;
  font-size: 12px
}

.modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, .5);
  z-index: 1000;
  overflow: auto
}

.modal[aria-hidden="false"] {
  display: flex
}

.modal-inner {
  background: #fff;
  border-radius: 10px;
  max-width: 680px;
  width: 92%;
  padding: 12px;
  display: flex;
  flex-direction: column;
  max-height: 80vh;
  overflow: hidden
}

.modal-open {
  overflow: hidden !important;
  position: fixed;
  width: 100%
}

#rmList {
  flex: 1 1 auto;
  min-height: 0;
  overflow: auto;
  padding-right: 6px;
  -webkit-overflow-scrolling: touch
}

#reasonModal .reason-post {
  flex: 0 0 auto
}

#reasonModal #rpToggle,
#reasonModal #rpBox {
  flex: 0 0 auto
}

#reasonModal #rpBox .input {
  max-height: 28vh;
  overflow: auto
}

#reasonModal .reason-post,
#reasonModal #rpToggle,
#reasonModal #rpBox {
  background: linear-gradient(180deg, #ffffff, #ffffff);
  border-top: 1px solid #eee;
  padding-top: 8px
}

#reasonModal .sep {
  height: 10px
}

#reasonModal .modal-body {
  max-height: calc(80vh - 120px);
  overflow: auto
}

.modal-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px
}

.modal-title {
  font-weight: 700
}

.reason-post {
  display: flex;
  gap: 8px;
  align-items: center
}

.kicker {
  margin-top: 20px;
  font-weight: 700
}

.kicker+* {
  margin-top: 10px
}

#freeBox {
  margin-top: 40px
}

#freeBox .free-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #999;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer
}

#freeBox .free-toggle:focus-visible {
  outline: 2px solid #c7d2fe;
  outline-offset: 2px
}

#freeBox .free-toggle .chev {
  transition: transform .18s ease
}

#freeBox .free-toggle[aria-expanded="true"] .chev {
  transform: rotate(180deg)
}

#freeFields {
  margin-top: 10px
}

#freeFields[hidden] {
  display: none
}

.dem-button,
a.dem-button,
input[type="submit"].dem-button {
  color: #fff;
  font-weight: 700;
  padding: .6em 2em;
  border-width: 2px 0;
  border-style: solid none;
  border-color: #fdbe33 #000 #d77206;
  border-radius: 6px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, .38), rgba(255, 255, 255, .12) 38%, rgba(255, 255, 255, 0) 39%),
    radial-gradient(120% 60% at 50% -20%, rgba(255, 255, 255, .45), rgba(255, 255, 255, 0) 60%),
    linear-gradient(#f7b418, #e38916);
  background-color: #e38916;
  box-shadow: 0 2px 0 #b65f04, 0 1px 0 rgba(255, 255, 255, .15) inset;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .15);
  transition: transform .05s ease, filter .2s ease, background .2s ease;
  cursor: pointer
}

.dem-button:hover {
  filter: brightness(1.04)
}

.dem-button:active {
  transform: translateY(1px)
}

.dem-button:disabled {
  opacity: .6;
  filter: grayscale(15%);
  cursor: default;
  box-shadow: none
}

.dem-button--invert {
  color: #e38916;
  font-weight: 700;
  padding: .6em 2em;
  border: 2px solid #e38916;
  border-radius: 6px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, .90), rgba(255, 255, 255, .70) 38%, rgba(255, 255, 255, .45) 39%),
    radial-gradient(120% 60% at 50% -20%, rgba(255, 255, 255, .90), rgba(255, 255, 255, 0) 60%),
    linear-gradient(#fff, #fff);
  box-shadow: 0 2px 0 rgba(183, 99, 7, .45), 0 1px 0 rgba(255, 255, 255, .35) inset;
  cursor: pointer
}

.row.center {
  justify-content: center
}

@media (max-width:768px) {

  input,
  textarea,
  select,
  .input,
  .seg-sel {
    font-size: 16px !important
  }
}

#list .item {
  color: #333
}

#list .item a.openReason:link,
#list .item a.openReason:visited {
  color: #333;
  text-decoration: none
}

#list .item a.openReason:hover {
  text-decoration: underline
}

.meta {
  margin-top: 4px;
  font-size: 12px;
  color: #777;
  line-height: 1.4
}

.search-row {
  flex-wrap: nowrap
}

.search-row .input {
  flex: 1 1 0;
  min-width: 0;
  width: auto
}

.search-row #searchBtn {
  flex: 0 0 auto;
  white-space: nowrap
}

@media (max-width:360px) {
  .search-row {
    flex-wrap: wrap
  }

  .search-row .input {
    flex: 1 1 100%
  }

  .search-row #searchBtn {
    width: 100%
  }
}

.tag {
  display: inline-block;
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 999px;
  background: #eee;
  color: #333
}

.tag-gold {
  padding: 2px 10px;
  border-radius: 999px;
  font-size: 12px;
  background: linear-gradient(180deg, #f8e6a2, #e1c564);
  color: #5a4305;
  border: 1px solid #d3b34f;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .05) inset
}

.tag-silver {
  padding: 2px 10px;
  border-radius: 999px;
  font-size: 12px;
  background: linear-gradient(180deg, #f2f4f7, #d8dee6);
  color: #354152;
  border: 1px solid #c7d0da;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .04) inset
}

.hof-note {
  font-size: 12px;
  color: #666
}

.hof-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 6px;
  border: 1px solid transparent;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .04) inset, 0 1px 0 rgba(0, 0, 0, .05)
}

.hof-dot--gold {
  background: radial-gradient(circle at 35% 30%, #fff7cc 0%, #f8e6a2 40%, #e1c564 75%);
  border-color: #d3b34f
}

.hof-dot--silver {
  background: radial-gradient(circle at 35% 30%, #ffffff 0%, #f2f4f7 40%, #d8dee6 75%);
  border-color: #c7d0da
}

.item-right {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px
}

.new-ico {
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  transform: translateY(1px);
  user-select: none
}

.submit-bottom {
  justify-content: center
}

.list .item .reason-ico {
  margin-left: 8px;
  color: #4fc3ff;
  font-size: 16px;
  line-height: 1;
  flex: 0 0 auto
}

.list .item .reason-ico:hover {
  filter: brightness(1.1)
}

.btn-like {
  border: 1px solid #bfe7ff;
  background: #fff;
  color: #4fc3ff;
  border-radius: 999px;
  padding: 4px 10px;
  line-height: 1;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  gap: 6px
}

.btn-like.is-liked {
  background: #4fc3ff;
  color: #fff;
  border-color: #4fc3ff
}

.btn-like i {
  font-size: 14px;
  line-height: 1
}

.rp-link {
  background: none;
  border: none;
  padding: 0;
  color: #777;
  font-size: 13px;
  line-height: 1.4;
  cursor: pointer;
  display: inline-flex;
  align-items: center
}

.rp-link:hover {
  text-decoration: underline
}

.rp-link:focus-visible {
  outline: 2px solid rgba(79, 195, 255, .35);
  outline-offset: 2px
}

.kicker-status.ok {
  color: #0a8
}

.kicker-status.err {
  color: #d33
}

.info-link {
  background: none;
  border: none;
  padding: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 1;
  cursor: pointer
}

.info-link:hover {
  color: #4fc3ff
}

#infoModal .modal-inner {
  max-height: 80vh;
  overflow: hidden
}

#infoModal .modal-body {
  white-space: pre-wrap;
  line-height: 1.8;
  font-size: 14px;
  color: #333;
  padding: 8px 2px;
  overflow: auto;
  max-height: calc(80vh - 120px);
  word-break: break-word
}

#infoModal .modal-body {
  text-indent: 0
}

#infoModal .modal-body {
  padding-left: .25em
}

#infoModal .modal-body::selection {
  background: rgba(79, 195, 255, .18)
}

#infoModal .modal-body {
  background: linear-gradient(180deg, rgba(79, 195, 255, .04), rgba(79, 195, 255, .02));
  border-radius: 6px
}

#infoModal .modal-body .hof-title {
  display: block;
  margin-top: 10px;
  font-weight: 700;
  color: #233
}

#infoModal .modal-body .hof-bullet {
  display: block;
  text-indent: -1em;
  padding-left: 1.5em
}

#filter {
  margin: 12px 0;
  background: #f2fbff;
  border: 1.5px solid #bfe7ff;
  box-shadow: 0 0 0 4px rgba(79, 195, 255, .06) inset
}

#filter::placeholder {
  color: #6ea7bf
}

#filter:focus {
  outline: none;
  border-color: #4fc3ff;
  box-shadow: 0 0 0 4px rgba(79, 195, 255, .20);
  background: #eef8ff
}

.input-with-clear {
  position: relative;
  margin: 12px 0
}

.input-with-clear>.input {
  padding-right: 36px;
  background: #f2fbff;
  border: 1.5px solid #bfe7ff;
  box-shadow: 0 0 0 4px rgba(79, 195, 255, .06) inset
}

.clear-btn {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 50%;
  background: #e8f7ff;
  color: #4fc3ff;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center
}

.clear-btn.show {
  display: inline-flex
}

.clear-btn:hover {
  filter: brightness(1.05)
}

.clear-btn:focus-visible {
  outline: 2px solid rgba(79, 195, 255, .35);
  outline-offset: 2px
}

@media (max-width:768px) {
  .clear-btn {
    width: 28px;
    height: 28px
  }
}

#rmText {
  background: #f2fbff;
  border: 1.5px solid #bfe7ff;
  box-shadow: 0 0 0 4px rgba(79, 195, 255, .06) inset
}

#rmText::placeholder {
  color: #6ea7bf
}

#rmText:focus {
  outline: none;
  border-color: #4fc3ff;
  box-shadow: 0 0 0 4px rgba(79, 195, 255, .20);
  background: #eef8ff
}

#bulkInput,
#q,
#freeChar,
#freeWork,
#freeWorkOnly {
  background: #fff9e8;
  border: 1.5px solid #f2d48a;
  box-shadow: 0 0 0 4px rgba(242, 212, 138, .18) inset
}

#bulkInput::placeholder,
#q::placeholder,
#freeChar::placeholder,
#freeWork::placeholder,
#freeWorkOnly::placeholder {
  color: #9a7b2f;
  opacity: .85
}

#bulkInput:focus,
#q:focus,
#freeChar:focus,
#freeWork:focus,
#freeWorkOnly:focus {
  outline: none;
  border-color: #f1c24b;
  box-shadow: 0 0 0 4px rgba(241, 194, 75, .28);
  background: #fff6dd
}

.search-row .input-with-clear>#q+.clear-btn {
  background: #fff0cc;
  color: #a66b00;
  box-shadow: 0 0 0 1px rgba(241, 194, 75, .45) inset;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2
}

.search-row .input-with-clear>#q+.clear-btn:hover {
  filter: brightness(1.03)
}

.search-row .input-with-clear>#q+.clear-btn:focus-visible {
  outline-color: rgba(241, 194, 75, .55)
}

.search-row .input-with-clear>#q {
  padding-right: 40px
}

.likeHint {
  color: #f39a38;
  font-weight: 700
}

.modal-error {
  color: #d33;
  font-weight: 700
}

.hero-card {
  border: 1.5px solid #eee;
  border-radius: 12px;
  overflow: hidden;
  background: #fff
}

.hero-card img {
  display: block;
  width: 100%;
  height: auto
}

#voteMiniModal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .45);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999
}

#voteMiniModal .inner {
  width: min(640px, 92%);
  max-height: 80vh;
  overflow: auto;
  background: #fff;
  border-radius: 12px;
  padding: 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
  transform: translateY(10px) scale(.98);
  opacity: 0;
  transition: transform .2s ease, opacity .2s ease
}

#voteMiniModal.show .inner {
  transform: translateY(0) scale(1);
  opacity: 1
}

#voteMiniModal .title {
  font-weight: 700
}

#voteMiniModal .list .item {
  padding: 6px 0;
  border-bottom: 1px solid #f2f2f2
}

#voteMiniModal .btn-close {
  margin-left: auto
}

.chk-ui--readonly {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid #cfeaf9;
  background: #f6fbff;
  box-shadow: 0 0 0 4px rgba(79, 195, 255, .06) inset;
  display: inline-block;
  flex: 0 0 auto;
  position: relative;
  margin-right: 10px
}

.item.is-readonly {
  cursor: default
}

.item.is-readonly .openReason {
  cursor: pointer
}

.reason-like-wrap {
  display: flex;
  align-items: center;
  gap: 4px
}

.reason-like-count {
  font-size: .9rem;
  opacity: .8
}

.report-wrap {
  margin-top: 20px;
  display: flex;
  justify-content: center
}

.char-meta-row {
  margin-top: 4px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #666;
  min-height: 1.2em
}

.char-gender-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700
}

.char-gender-male {
  background: #e8f7ff;
  color: #2b6cb0;
  border: 1px solid #4fc3ff
}

.char-gender-female {
  background: #ffe6f0;
  color: #b83280;
  border: 1px solid #f687b3
}

.char-birth {
  font-size: 11px;
  color: #666
}

.char-edit-btn {
  margin-left: auto;
  padding: 2px 8px;
  border-radius: 999px;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 11px;
  cursor: pointer;
  white-space: nowrap
}

.char-edit-btn:hover {
  filter: brightness(1.03)
}

.char-edit-box {
  margin-top: 8px;
  padding: 8px;
  border-radius: 8px;
  background: #f2fbff;
  border: 1px solid #bfe7ff
}

.char-edit-box label {
  font-size: 12px;
  margin-right: 6px
}

.char-edit-box select {
  font-size: 12px;
  border-radius: 6px;
  border: 1px solid #ccc;
  background: #fff;
  padding: 2px 6px
}

.char-edit-actions {
  display: flex;
  gap: 6px;
  align-items: center;
  margin-top: 6px
}

.char-edit-msg {
  font-size: 11px;
  color: #666;
  margin-top: 4px
}

.char-edit-actions .btn.char-edit-send {
  background: #4fc3ff;
  color: #ffffff;
  border: none;
  font-weight: 700;
  border-radius: 999px;
  padding: 4px 12px
}

.char-edit-actions .btn.char-edit-send:hover {
  filter: brightness(1.05)
}

.filter-yomi {
  display: none
}