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

.info-grid > div {
  padding: 12px;
  border-radius: 11px;
  background: #1a1a1f;
}

.info-grid .wide {
  grid-column: 1 / -1;
}

.info-grid p {
  margin: 7px 0 0;
  color: #ddd;
  font-size: 13px;
  line-height: 1.5;
}

.info-input-web {
  width: 100%;
  margin-top: 6px;
  padding: 2px 0;
  border: 0;
  border-bottom: 1px solid transparent;
  outline: 0;
  background: transparent;
  color: #ddd;
  font: 13px/1.5 Inter, -apple-system, BlinkMacSystemFont, "PingFang SC", sans-serif;
}

.info-input-web:focus {
  border-bottom-color: #f28ba8;
}

.header-actions-web { display: flex; gap: 7px; }
.publish-mobile-web { width: 50px; border-radius: 22px; color: #f2a0b7; font-size: 11px; font-weight: 700; }

.people-input-web {
  margin-top: 12px;
  padding: 8px 0;
  color: #f1f1f3;
  font-size: 15px;
}

.category-editor-web {
  display: flex;
  align-items: center;
  gap: 10px;
}

.category-color-web {
  width: 34px;
  height: 28px;
  padding: 2px;
  flex: none;
  border: 1px solid #3a3a40;
  border-radius: 8px;
  background: #202025;
  cursor: pointer;
}

.category-tags-web {
  display: flex;
  gap: 6px;
  margin-top: 10px;
  overflow-x: auto;
  padding-bottom: 2px;
}

.category-tag-web {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: max-content;
  padding: 6px 9px;
  border: 1px solid #36363e;
  border-radius: 14px;
  background: transparent;
  color: #9999a2;
  font-size: 10px;
  cursor: pointer;
}

.category-tag-web.active {
  border-color: #6e6e78;
  background: #24242a;
  color: #f2f2f4;
}

.category-tag-dot-web {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.title-input-web {
  display: block;
  width: calc(100% - 46px);
  margin: 10px 0 8px;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #f7f7f8;
  font: 700 27px/1.25 Inter, -apple-system, BlinkMacSystemFont, "PingFang SC", sans-serif;
}

.title-input-web:focus {
  border-bottom: 1px solid #f28ba8;
}

#saveState {
  float: right;
  color: #81c995;
}


.node {
  position: relative;
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  border-width: 2px;
  height: 124px;
  padding: 14px 15px 13px 18px;
}

.row {
  min-height: 140px;
}

.time-date-web {
  display: block;
  margin-top: 3px;
  color: #8a8a94;
  font-size: 9px;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
}

.sheet-time .node-date-input {
  width: 112px;
  margin-right: 7px;
  padding-right: 7px;
  border-right: 1px solid #38383f;
  color: #d7d7dc;
}

.time em {
  margin-top: 3px;
}

.node-top {
  min-width: 0;
  height: 18px;
}

.node-top > span:first-child {
  max-width: 126px;
  overflow: hidden;
  font-weight: 650;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.node h3 {
  width: 100%;
  margin: 8px 0 4px;
  overflow: hidden;
  color: #f7f7f8;
  font-size: 17px;
  line-height: 23px;
  letter-spacing: -0.2px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.node p {
  width: 100%;
  overflow: hidden;
  color: #92929c;
  font-size: 11px;
  line-height: 17px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.node .meta {
  display: flex;
  align-items: center;
  gap: 6px;
  width: 100%;
  margin-top: 9px;
  overflow: hidden;
}

.meta-pill-web {
  height: 20px;
  padding: 0 8px;
  overflow: hidden;
  border: 1px solid #ffffff0f;
  border-radius: 10px;
  background: #08080a42;
  color: #85858f;
  font-size: 9px;
  line-height: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.people-pill-web {
  min-width: 0;
  flex: 1;
}

.media-pill-web {
  max-width: 70px;
  flex: none;
  color: #aaaab3;
}

.category-line-web {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
}


.parallel-badge-web {
  margin-left: auto;
  margin-right: 8px;
  padding: 3px 7px;
  border-radius: 8px;
  background: #81c99524;
  color: #81c995;
  font-size: 9px;
}

.actions select {
  flex: 1;
  min-width: 0;
  height: 42px;
  padding: 0 6px;
  border: 0;
  border-radius: 12px;
  outline: 0;
  background: #1b1b20;
  color: #ccc;
  font-size: 11px;
  text-align: center;
}

.actions select.parallel-active {
  background: #81c99520;
  color: #81c995;
}

.delete-project-web {
  width: 100%;
  height: 44px;
  margin-top: 25px;
  border: 1px solid #7a3d38;
  border-radius: 22px;
  background: #ff7b6b12;
  color: #ff8979;
  cursor: pointer;
}


.media-card-web {
  position: relative;
  width: 155px;
  height: 110px;
  flex: none;
}

.media-card-web img,
.media-card-web video {
  width: 100%;
  height: 100%;
}

.media-delete-web {
  position: absolute;
  z-index: 2;
  top: 6px;
  right: 6px;
  display: grid;
  width: 25px;
  height: 25px;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #0b0b0dd9;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}

.checklist-page {
  padding: 10px 4px 30px;
}

.check-summary {
  display: flex;
  align-items: center;
  gap: 17px;
  margin: 14px 0 28px;
  padding: 22px;
  border: 1px solid #4a2937;
  border-radius: 18px;
  background: linear-gradient(120deg, #25151d, #151519);
}

.check-summary strong {
  color: #f28ba8;
  font-size: 34px;
}

.check-summary div,
.check-summary span {
  display: block;
}

.check-summary span {
  margin-top: 6px;
  color: #85858f;
  font-size: 12px;
}

.check-group h3 {
  margin: 25px 3px 10px;
  font-size: 15px;
}

.check-items {
  overflow: hidden;
  padding: 0 15px;
  border: 1px solid #25252b;
  border-radius: 15px;
  background: #151519;
}

.check-row {
  display: flex;
  align-items: center;
  min-height: 68px;
  border-bottom: 1px solid #29292f;
  cursor: pointer;
}

.check-row:last-child {
  border-bottom: 0;
}

.check-box {
  display: grid;
  width: 23px;
  height: 23px;
  margin-right: 13px;
  place-items: center;
  border: 1px solid #555560;
  border-radius: 50%;
  color: #171217;
  font-size: 12px;
}

.check-row.done .check-box {
  border-color: #f28ba8;
  background: #f28ba8;
}

.check-row div:nth-child(2) {
  flex: 1;
}

.check-row small {
  display: block;
  margin-top: 4px;
  color: #777782;
  letter-spacing: 0;
}

.ai-reminder-web {
  margin: 30px 0 18px;
  padding: 17px;
  border: 1px solid #d884a157;
  border-radius: 18px;
  background: linear-gradient(145deg, #21161b, #151519 72%);
}

.ai-head-web,
.ai-brand-web {
  display: flex;
  align-items: center;
}

.ai-head-web {
  justify-content: space-between;
  margin-bottom: 10px;
}

.ai-brand-web {
  gap: 10px;
}

.ai-brand-web > b {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 10px;
  background: #d884a1;
  color: #1a1116;
  font-size: 12px;
}

.ai-brand-web span,
.ai-brand-web small {
  display: block;
}

.ai-brand-web strong {
  font-size: 14px;
}

.ai-brand-web small {
  margin-top: 3px;
  color: #7f7f89;
  font-size: 9px;
}

.ai-head-web em {
  padding: 4px 8px;
  border-radius: 10px;
  background: #d884a121;
  color: #d884a1;
  font-size: 10px;
  font-style: normal;
}

.ai-reminder-row {
  display: flex;
  align-items: center;
  min-height: 58px;
  border-top: 1px solid #ffffff0f;
  cursor: pointer;
}

.ai-reminder-row .check-box {
  margin-right: 10px;
}

.ai-reminder-copy {
  flex: 1;
  min-width: 0;
}

.ai-reminder-copy b,
.ai-reminder-copy small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ai-reminder-copy b {
  font-size: 13px;
}

.ai-reminder-copy small {
  margin-top: 4px;
  color: #777782;
  font-size: 9px;
}

.ai-reminder-status {
  color: #898993;
  font-size: 10px;
}

.ai-reminder-row.done .ai-reminder-status {
  color: #81c995;
}

.manual-reminder-web {
  width: 100%;
  height: 38px;
  margin-top: 10px;
  border: 1px dashed #57434c;
  border-radius: 19px;
  background: transparent;
  color: #c38b9c;
  font-size: 11px;
  cursor: pointer;
}

.view-only #addNode,
.view-only #dataMenu,
.view-only #publishMobile,
.view-only #deleteNode,
.view-only #manualReminder,
.view-only .upload,
.view-only .media-delete,
.view-only .media-delete-web,
.view-only .actions,
.view-only #categoryTags,
.view-only .category-color-web {
  display: none !important;
}

.view-only .row {
  cursor: pointer;
}

.view-only .info-input-web,
.view-only .title-input-web,
.view-only .detail textarea,
.view-only .sheet-time input {
  opacity: 1;
  pointer-events: none;
  border-bottom-color: transparent;
  color: #eeeeF1;
  -webkit-text-fill-color: #eeeeF1;
}

.view-only .sheet-time input {
  color: #f28ba8;
  -webkit-text-fill-color: #f28ba8;
}

.view-only .check-row,
.view-only .ai-reminder-row {
  cursor: default;
}
