/* Sidra 世界书独立主链样式：统一使用 Sidra 全局导航栏、开关与图标系统。 */
.sidra-worldbook-app {
  --wb-bg: transparent;
  --wb-card: rgba(255,255,255,.92);
  --wb-text: #202024;
  --wb-secondary: #8e8e93;
  --wb-line: rgba(203,203,203,.55);
  color: var(--wb-text);
  background: transparent;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.sidra-worldbook-shell {
  position: absolute;
  inset: 0;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  background: transparent;
}
.sidra-worldbook-app button { font-family: inherit; }
.sidra-worldbook-app input,
.sidra-worldbook-app textarea,
.sidra-worldbook-app select { font: inherit; }
.sidra-worldbook-app input,
.sidra-worldbook-app textarea { user-select: text; -webkit-user-select: text; }
.sidra-worldbook-view {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  overflow: auto;
  background: transparent;
  opacity: 0;
  pointer-events: none;
  transform: translateX(100%);
  transition: transform .38s cubic-bezier(.32,.72,.24,1), opacity .2s ease;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}
.sidra-worldbook-view.is-visible { opacity: 1; pointer-events: auto; transform: translateX(0); }
.sidra-worldbook-library { z-index: 2; }
.sidra-worldbook-detail { z-index: 3; }
.sidra-worldbook-editor { z-index: 4; }
.sidra-worldbook-book-editor { z-index: 5; }
.sidra-worldbook-content {
  width: 100%;
  max-width: 600px;
  min-height: 100%;
  margin: 0 auto;
  padding: 0 18px 30px;
}
.sidra-worldbook-nav {
  min-width: 0;
  min-height: 58px;
  margin-bottom: 17px;
}
.sidra-worldbook-nav .sidra-app-nav-leading {
  min-height: 42px;
  gap: 10px;
}
.sidra-worldbook-library .sidra-worldbook-nav-leading { max-width: calc(100% - 42px); }
.sidra-worldbook-detail .sidra-worldbook-nav-leading { max-width: calc(100% - 152px); }
.sidra-worldbook-editor .sidra-worldbook-nav-leading,
.sidra-worldbook-book-editor .sidra-worldbook-nav-leading { max-width: calc(100% - 42px); }
.sidra-worldbook-actions { min-width: 0; }
.sidra-worldbook-icon-button,
.sidra-worldbook-nav-action {
  width: 38px;
  height: 42px;
  flex: 0 0 auto;
}
.sidra-worldbook-icon-button svg,
.sidra-worldbook-nav-action svg {
  width: 16px;
  height: 16px;
}
.sidra-worldbook-tool {
  min-height: 40px;
  border: 0;
  border-radius: 12px;
  color: #4d4d53;
  background: rgba(255,255,255,.88);
  box-shadow: 0 1px 2px rgba(0,0,0,.04);
  font-size: 14px;
  cursor: pointer;
}
.sidra-worldbook-folder-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 16px 12px;
}
.sidra-worldbook-folder-card {
  --worldbook-folder-color: #5856d6;
  --worldbook-folder-front: #7775de;
  --worldbook-folder-back: #615b96;
  --worldbook-folder-ink: #2e2d70;
  --worldbook-folder-edge: #2b2a69;
  min-width: 0;
  display: block;
  padding: 0;
  border: 0;
  border-radius: 15px;
  color: #000;
  background: transparent;
  text-align: left;
  cursor: pointer;
  touch-action: manipulation;
}
.sidra-worldbook-folder-card:active { transform: scale(.985); }
.sidra-worldbook-folder-art-shell { width: 100%; position: relative; display: block; aspect-ratio: 512/406; }
.sidra-worldbook-folder-art {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  display: block;
  filter: drop-shadow(0 8px 10px rgba(0,0,0,.08));
}
.sidra-worldbook-folder-glass-front {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 50%;
  overflow: hidden;
  border: var(--glass-border);
  border-radius: 17px 17px 15px 15px;
  background: rgba(255,255,255,.35);
  box-shadow: var(--app-icon-shadow), inset 0 1px 0 rgba(255,255,255,.55);
  -webkit-backdrop-filter: var(--soft-glass-blur);
  backdrop-filter: var(--soft-glass-blur);
  pointer-events: none;
}
.sidra-worldbook-folder-front-content {
  position: absolute;
  right: 7.5%;
  bottom: 7.2%;
  left: 12.5%;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
  color: var(--worldbook-folder-ink);
  pointer-events: none;
}
.sidra-worldbook-folder-meta { min-width: 0; display: flex; flex: 1 1 auto; flex-direction: column; align-items: flex-start; gap: 3px; }
.sidra-worldbook-folder-name { max-width: 100%; overflow: hidden; color: inherit; font-size: 15px; font-weight: 600; line-height: 1.22; text-overflow: ellipsis; white-space: nowrap; }
.sidra-worldbook-folder-kind { color: inherit; font-size: 12px; font-weight: 500; line-height: 1.2; }
.sidra-worldbook-folder-editor {
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  padding: 0;
  margin: -3px -4px -3px 4px;
  border: 0;
  border-radius: 0;
  color: inherit;
  background: transparent;
  pointer-events: auto;
  cursor: pointer;
}
.sidra-worldbook-folder-editor svg { width: 12px; height: 12px; display: block; fill: currentColor; }

.sidra-worldbook-empty {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 20px;
  color: var(--wb-secondary);
  text-align: center;
}
.sidra-worldbook-empty[hidden] { display: none; }
.sidra-worldbook-empty svg { width: 42px; height: 42px; margin-bottom: 4px; fill: #c7c7cc; }
.sidra-worldbook-empty strong { color: #3a3a3c; font-size: 16px; font-weight: 500; }
.sidra-worldbook-empty span { max-width: 280px; font-size: 13px; line-height: 1.45; }
.sidra-worldbook-summary {
  display: grid;
  gap: 0;
  margin-bottom: 16px;
  overflow: hidden;
  border-radius: 14px;
  background: var(--wb-card);
}
.sidra-worldbook-summary-row {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 0 15px;
  color: var(--wb-text);
  font-size: 15px;
}
.sidra-worldbook-summary-row + .sidra-worldbook-summary-row { border-top: .5px solid var(--wb-line); }
.sidra-worldbook-summary-label { color: var(--wb-secondary); }
.sidra-worldbook-entry-list { display: grid; gap: 10px; }
.sidra-worldbook-entry-card {
  --entry-book-color: #5856d6;
  width: 100%;
  min-height: 96px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  overflow: hidden;
  padding: 14px 52px 14px 16px;
  border: 0;
  border-radius: 14px;
  color: var(--wb-text);
  background: var(--wb-card);
  box-shadow: 0 1px 1px rgba(0,0,0,.04);
  text-align: left;
  cursor: pointer;
}
.sidra-worldbook-entry-card::after {
  width: 15px;
  height: 28px;
  position: absolute;
  top: 0;
  right: 17px;
  border-radius: 0 0 4px 4px;
  background: var(--entry-book-color);
  clip-path: polygon(0 0,100% 0,100% 100%,50% 78%,0 100%);
  content: "";
}
.sidra-worldbook-entry-card:active { opacity: .72; }
.sidra-worldbook-entry-name { max-width: 100%; overflow: hidden; color: var(--wb-text); font-size: 16px; font-weight: 500; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }
.sidra-worldbook-entry-description { display: -webkit-box; overflow: hidden; color: var(--wb-secondary); font-size: 13px; line-height: 1.4; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.sidra-worldbook-entry-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; color: var(--wb-secondary); font-size: 12px; line-height: 1.2; }
.sidra-worldbook-entry-meta span + span::before { width: 4px; height: 4px; display: inline-block; margin: 0 7px 2px 0; border-radius: 50%; background: #b4b4b8; content: ""; }
.sidra-worldbook-field-label { display: block; margin: 0 0 7px; color: #636366; font-size: 13px; font-weight: 500; }
.sidra-worldbook-editor-input,
.sidra-worldbook-editor-select,
.sidra-worldbook-editor-textarea {
  width: 100%;
  box-sizing: border-box;
  border: 0;
  border-radius: 10px;
  outline: 0;
  color: var(--wb-text);
  background: rgba(246,246,247,.86);
  font-size: 16px;
  user-select: text;
  -webkit-user-select: text;
}
.sidra-worldbook-segment { height: 37px; display: grid; grid-template-columns: 1fr 1fr; gap: 3px; margin-bottom: 16px; padding: 3px; border-radius: 10px; background: #e5e5ea; }
.sidra-worldbook-segment button { border: 0; border-radius: 8px; color: #636366; background: transparent; font-size: 14px; cursor: pointer; }
.sidra-worldbook-segment button[aria-pressed="true"] { color: var(--wb-text); background: #fff; box-shadow: 0 1px 2px rgba(0,0,0,.1); }
.sidra-worldbook-linked-field { margin-top: 2px; }
.sidra-worldbook-role-choices { overflow: hidden; border: .5px solid rgba(203,203,203,.42); border-radius: 11px; background: rgba(246,246,247,.72); }
.sidra-worldbook-role-choice { min-height: 52px; position: relative; display: flex; align-items: center; gap: 11px; padding: 8px 12px; cursor: pointer; }
.sidra-worldbook-role-choice + .sidra-worldbook-role-choice { border-top: .5px solid var(--wb-line); }
.sidra-worldbook-role-choice input { position: absolute; opacity: 0; pointer-events: none; }
.sidra-worldbook-role-check { width: 23px; height: 23px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid #c9c9ce; border-radius: 7px; color: transparent; background: rgba(255,255,255,.82); }
.sidra-worldbook-role-check svg { width: 10px; height: 10px; fill: currentColor; }
.sidra-worldbook-role-choice input:checked + .sidra-worldbook-role-check { border-color: var(--logo-color); color: #fff; background: var(--logo-color); }
.sidra-worldbook-role-copy { min-width: 0; flex: 1 1 auto; }
.sidra-worldbook-role-copy strong { display: block; overflow: hidden; color: #38383d; font-size: 13px; line-height: 1.3; font-weight: 400; text-overflow: ellipsis; white-space: nowrap; }
.sidra-worldbook-role-copy small { display: block; margin-top: 3px; color: #97979d; font-size: 9px; line-height: 1.3; }
.sidra-worldbook-role-empty { padding: 18px 12px; color: #96969c; font-size: 10px; line-height: 1.55; text-align: center; }
.sidra-worldbook-role-note { margin: 8px 2px 0; color: var(--wb-secondary); font-size: 10px; line-height: 1.45; }
.sidra-worldbook-color-row { display: flex; align-items: center; gap: 10px; margin-bottom: 2px; }
.sidra-worldbook-color-choice,
.sidra-worldbook-custom-color { width: 28px; height: 28px; position: relative; display: block; overflow: hidden; padding: 0; border: 0; border-radius: 50%; background: var(--worldbook-choice); cursor: pointer; }
.sidra-worldbook-color-choice::after { position: absolute; inset: 5px; border: 2px solid #fff; border-radius: 50%; content: ""; opacity: 0; }
.sidra-worldbook-color-choice.is-selected::after { opacity: 1; }
.sidra-worldbook-custom-color { margin-left: auto; border: 2px solid #d1d1d6; background: conic-gradient(#ff3b30,#fc0,#34c759,#007aff,#af52de,#ff3b30); }
.sidra-worldbook-custom-color input { width: 100%; height: 100%; display: block; padding: 0; border: 0; opacity: 0; cursor: pointer; }
.sidra-worldbook-editor-content { padding-bottom: 48px; }
.sidra-worldbook-editor-group {
  margin-bottom: 16px;
  padding: 15px;
  border: .5px solid rgba(203,203,203,.28);
  border-radius: 14px;
  background: var(--wb-card);
  box-shadow: 0 7px 20px rgba(0,0,0,.055),0 2px 5px rgba(0,0,0,.035);
  -webkit-backdrop-filter: blur(10px) saturate(120%);
  backdrop-filter: blur(10px) saturate(120%);
}
.sidra-worldbook-editor-input { height: 43px; padding: 0 12px; }
.sidra-worldbook-editor-select { height: 43px; padding: 0 38px 0 12px; appearance: none; -webkit-appearance: none; background-image: linear-gradient(45deg,transparent 50%,#8e8e93 50%),linear-gradient(135deg,#8e8e93 50%,transparent 50%); background-position: calc(100% - 19px) 19px,calc(100% - 14px) 19px; background-size: 5px 5px,5px 5px; background-repeat: no-repeat; }
.sidra-worldbook-entry-settings-group { padding: 0; overflow: hidden; }
.sidra-worldbook-entry-settings-row { min-height: 52px; display: flex; align-items: center; gap: 12px; padding: 0 15px; }
.sidra-worldbook-entry-settings-row + .sidra-worldbook-entry-settings-row,
.sidra-worldbook-keyword-input-wrap + .sidra-worldbook-entry-settings-row { border-top: .5px solid var(--wb-line); }
.sidra-worldbook-entry-settings-label { flex: 0 0 auto; color: var(--wb-text); font-size: 16px; line-height: 1.25; }
.sidra-worldbook-entry-settings-group .sidra-worldbook-editor-input,
.sidra-worldbook-entry-settings-group .sidra-worldbook-editor-select { min-width: 0; height: 51px; flex: 1; padding-top: 0; padding-bottom: 0; border-radius: 0; background-color: transparent; text-align: right; }
.sidra-worldbook-switch { margin-left: auto; }
.sidra-worldbook-keyword-input-wrap { max-height: 0; overflow: hidden; opacity: 0; transition: max-height .22s ease,opacity .18s ease; }
.sidra-worldbook-keyword-group.is-expanded .sidra-worldbook-keyword-input-wrap { max-height: 160px; opacity: 1; }
.sidra-worldbook-keyword-row { display: block; min-height: 0; padding-top: 12px; padding-bottom: 14px; border-top: .5px solid var(--wb-line); }
.sidra-worldbook-editor-textarea { min-height: 86px; resize: vertical; padding: 11px 12px; line-height: 1.45; }
.sidra-worldbook-keywords { min-height: 75px; }
.sidra-worldbook-body-group { min-height: 286px; display: flex; flex-direction: column; }
.sidra-worldbook-content-textarea { min-height: 266px; flex: 1; }
.sidra-worldbook-help { margin: -8px 4px 16px; color: var(--wb-secondary); font-size: 12px; line-height: 1.5; }
.sidra-worldbook-toast { min-width: 120px; max-width: calc(100% - 52px); position: absolute; left: 50%; bottom: 28px; z-index: 30; padding: 10px 14px; border-radius: 999px; color: #fff; background: rgba(28,28,30,.9); font-size: 13px; line-height: 1.3; text-align: center; opacity: 0; pointer-events: none; transform: translate(-50%,12px); transition: opacity .2s ease,transform .2s ease; }
.sidra-worldbook-toast.is-visible { opacity: 1; transform: translate(-50%,0); }
.sidra-worldbook-file-input { width: 0; height: 0; position: absolute; overflow: hidden; opacity: 0; pointer-events: none; }
.sidra-worldbook-hidden { display: none !important; }
.sidra-worldbook-folder-card:focus-visible,
.sidra-worldbook-icon-button:focus-visible,
.sidra-worldbook-switch:focus-visible,
.sidra-worldbook-entry-card:focus-visible { outline: 2px solid rgba(0,122,255,.45); outline-offset: 2px; }
@media (min-width: 560px) { .sidra-worldbook-content { padding-right: 24px; padding-left: 24px; } }
@media (max-width: 340px) {
  .sidra-worldbook-content { padding-right: 12px; padding-left: 12px; }
  .sidra-worldbook-folder-grid { gap: 14px 9px; }
}
