@charset "utf-8";

.coco-my-menu-panel-body {
  color: #0e211f;
}

.coco-menu-intro {
  margin: 0 0 17px;
  color: #6c7a76;
  font-size: 0.76rem;
  line-height: 1.7;
}

.coco-menu-nav {
  display: grid;
  gap: 10px;
}

.coco-menu-nav button {
  position: relative;
  display: grid;
  gap: 4px;
  width: 100%;
  min-height: 78px;
  padding: 14px 42px 14px 15px;
  color: #0e211f;
  font: inherit;
  text-align: left;
  background: #e8efed;
  border: 0;
  border-radius: 0;
  box-shadow:
    inset 4px 4px 8px rgba(31, 70, 62, 0.13),
    inset -4px -4px 8px rgba(255, 255, 255, 0.92);
  outline: 1px solid rgba(173, 137, 80, 0.36);
  outline-offset: -4px;
  cursor: pointer;
}

.coco-menu-nav button.is-login {
  color: #fff;
  background: #ef7457;
  box-shadow:
    inset 4px 4px 8px rgba(111, 42, 27, 0.24),
    inset -3px -3px 7px rgba(255, 163, 140, 0.3);
}

.coco-menu-nav button::after {
  content: "›";
  position: absolute;
  top: 50%;
  right: 16px;
  font-size: 1.5rem;
  line-height: 1;
  transform: translateY(-50%);
}

.coco-menu-nav button > span {
  color: #1d9d86;
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.coco-menu-nav button.is-login > span {
  color: rgba(255, 255, 255, 0.78);
}

.coco-menu-nav button > strong {
  font-size: 0.92rem;
}

.coco-menu-nav button > small {
  color: #6c7a76;
  font-size: 0.66rem;
  line-height: 1.45;
}

.coco-menu-nav button.is-login > small {
  color: rgba(255, 255, 255, 0.84);
}

.coco-menu-view[hidden],
.coco-menu-home[hidden] {
  display: none !important;
}

.coco-menu-view-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(173, 137, 80, 0.36);
}

.coco-menu-back {
  min-width: 34px;
  min-height: 34px;
  padding: 0;
  color: #0e211f;
  font: 800 1rem/1 sans-serif;
  background: #e8efed;
  border: 0;
  border-radius: 0;
  box-shadow:
    inset 3px 3px 7px rgba(31, 70, 62, 0.12),
    inset -3px -3px 7px rgba(255, 255, 255, 0.9);
  outline: 1px solid rgba(173, 137, 80, 0.36);
  outline-offset: -4px;
  cursor: pointer;
}

.coco-menu-view-head h3 {
  margin: 0;
  font-size: 1rem;
}

.coco-member-form {
  display: grid;
  gap: 13px;
}

.coco-member-form label {
  display: grid;
  gap: 6px;
  color: #52635f;
  font-size: 0.68rem;
  font-weight: 800;
}

.coco-member-form input {
  width: 100%;
  min-height: 44px;
  padding: 9px 11px;
  color: #0e211f;
  font-size: 0.82rem;
  background: #e8efed;
  border: 0;
  border-radius: 0;
  box-shadow:
    inset 4px 4px 8px rgba(31, 70, 62, 0.13),
    inset -4px -4px 8px rgba(255, 255, 255, 0.92);
  outline: 1px solid rgba(173, 137, 80, 0.36);
  outline-offset: -4px;
}

.coco-member-submit,
.coco-bookmark-current,
.coco-menu-clear {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  font-family: inherit;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.4;
  border: 0;
  border-radius: 0;
  cursor: pointer;
}

.coco-member-register-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  text-decoration: none;
}

.coco-member-summary {
  display: grid;
  gap: 7px;
  margin-bottom: 13px;
  padding: 14px;
  background: #e8efed;
  box-shadow:
    inset 4px 4px 8px rgba(31, 70, 62, 0.13),
    inset -4px -4px 8px rgba(255, 255, 255, 0.92);
  outline: 1px solid rgba(173, 137, 80, 0.36);
  outline-offset: -4px;
}

.coco-member-summary > span {
  justify-self: start;
  padding: 4px 7px;
  color: #fff;
  font-size: 0.58rem;
  font-weight: 900;
  background: #1d9d86;
}

.coco-member-summary > span.is-blocked {
  background: #a53e2b;
}

.coco-member-summary > strong {
  font-size: 0.9rem;
}

.coco-member-summary > small,
.coco-member-summary > p {
  color: #6c7a76;
  font-size: 0.68rem;
  line-height: 1.6;
}

.coco-member-summary > p {
  margin: 0;
}

.coco-member-submit,
.coco-bookmark-current {
  color: #fff;
  background: #ef7457;
  box-shadow:
    inset 4px 4px 8px rgba(111, 42, 27, 0.24),
    inset -3px -3px 7px rgba(255, 163, 140, 0.3);
  outline: 1px solid rgba(173, 137, 80, 0.36);
  outline-offset: -4px;
}

.coco-menu-clear {
  margin-top: 12px;
  color: #0e211f;
  background: #e8efed;
  box-shadow:
    inset 4px 4px 8px rgba(31, 70, 62, 0.13),
    inset -4px -4px 8px rgba(255, 255, 255, 0.92);
  outline: 1px solid rgba(173, 137, 80, 0.36);
  outline-offset: -4px;
}

.coco-member-state,
.coco-menu-empty,
.coco-bookmark-help {
  margin: 12px 0 0;
  color: #6c7a76;
  font-size: 0.7rem;
  line-height: 1.65;
}

.coco-menu-entry-list {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.coco-menu-entry-list li {
  position: relative;
  min-width: 0;
}

.coco-menu-entry-list a {
  display: grid;
  gap: 5px;
  min-height: 64px;
  padding: 12px 38px 12px 12px;
  color: #0e211f;
  text-decoration: none;
  background: #e8efed;
  box-shadow:
    inset 4px 4px 8px rgba(31, 70, 62, 0.13),
    inset -4px -4px 8px rgba(255, 255, 255, 0.92);
  outline: 1px solid rgba(173, 137, 80, 0.36);
  outline-offset: -4px;
}

.coco-menu-entry-list a strong {
  overflow: hidden;
  font-size: 0.76rem;
  line-height: 1.4;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.coco-menu-entry-list a small {
  color: #6c7a76;
  font-size: 0.62rem;
}

.coco-bookmark-remove,
.coco-history-bookmark {
  position: absolute;
  top: 50%;
  right: 8px;
  z-index: 2;
  width: 28px;
  height: 28px;
  padding: 0;
  color: #6c7a76;
  background: transparent;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  transform: translateY(-50%);
}

.coco-history-bookmark {
  color: #c59042;
  font-size: 1.15rem;
}

.coco-bookmark-current[hidden],
.coco-menu-clear[hidden] {
  display: none !important;
}

.coco-bookmark-current.is-saved {
  color: #0e211f;
  background: #e8efed;
  box-shadow:
    inset 4px 4px 8px rgba(31, 70, 62, 0.13),
    inset -4px -4px 8px rgba(255, 255, 255, 0.92);
}

.coco-menu-entry-list + .coco-menu-empty {
  margin-top: 0;
}

.coco-member-state.is-active {
  padding: 10px;
  color: #0e211f;
  background: rgba(255, 255, 255, 0.46);
  outline: 1px solid rgba(173, 137, 80, 0.36);
  outline-offset: -3px;
}
