.lichcongbo-portlet {
  --lc-primary: #3b5998;
  --lc-primary-soft: #eef2f6;
  --lc-border: #d9e4f2;
  --lc-text: #16324f;
  --lc-muted: #6d7f95;
  --lc-surface: #ffffff;
  --lc-bg: #ffffff;
  --lc-shadow: 0 2px 10px rgba(18, 63, 122, 0.08);
  --lc-danger: #dc3545;
  --lc-danger-soft: #fff1f1;
  --lc-success: #28a745;
  --lc-success-soft: #ecfff6;
  --lc-warning: #faa41a;
  --lc-warning-soft: #fff8df;
  background: var(--lc-bg);
  padding: 0;
  border-radius: 0;
  color: var(--lc-text);
  font-family: Inter, sans-serif;
}
.lichcongbo-portlet button,
.lichcongbo-portlet input,
.lichcongbo-portlet select,
.lichcongbo-portlet textarea,
.lichcongbo-portlet table {
  font-family: inherit;
}
.lichcongbo-portlet .lc-app-header {
  background: var(--lc-primary);
  border-radius: 8px;
  box-shadow: 0 4px 14px rgba(59, 89, 152, 0.2);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 24px;
  margin-bottom: 24px;
}
.lichcongbo-portlet .lc-header-brand,
.lichcongbo-portlet .lc-header-year,
.lichcongbo-portlet .lc-search-bar,
.lichcongbo-portlet .lc-stat-card,
.lichcongbo-portlet .lc-section-hdr h2,
.lichcongbo-portlet .lc-tab-btn,
.lichcongbo-portlet .lc-modal-head,
.lichcongbo-portlet .lc-modal-foot {
  display: flex;
  align-items: center;
}
.lichcongbo-portlet .lc-header-brand {
  gap: 12px;
}
.lichcongbo-portlet .lc-header-icon,
.lichcongbo-portlet .lc-section-ico {
  background: rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.lichcongbo-portlet .lc-header-icon {
  width: 40px;
  height: 40px;
  font-size: 20px;
}
.lichcongbo-portlet .lc-header-title {
  font-size: 18px;
  font-weight: 700;
}
.lichcongbo-portlet .lc-header-sub {
  font-size: 12px;
  opacity: 0.76;
  margin-top: 2px;
}
.lichcongbo-portlet .lc-header-year {
  gap: 8px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 700;
}
.lichcongbo-portlet .lc-page-wrap {
  max-width: 1280px;
  margin: 0 auto;
}
.lichcongbo-portlet .lc-tab-bar {
  display: flex;
  gap: 6px;
  background: #fff;
  border: 1px solid var(--lc-border);
  border-radius: 8px;
  padding: 6px;
  box-shadow: 0 2px 10px rgba(18, 63, 122, 0.06);
  margin-bottom: 24px;
}
.lichcongbo-portlet .lc-tab-btn {
  flex: 1;
  justify-content: center;
  gap: 8px;
  padding: 12px 16px;
  background: transparent;
  border: 0;
  border-radius: 6px;
  color: var(--lc-muted);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}
.lichcongbo-portlet .lc-tab-btn span {
  background: rgba(18, 63, 122, 0.08);
  color: var(--lc-primary);
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 11px;
}
.lichcongbo-portlet .lc-tab-btn.is-active {
  background: var(--lc-primary);
  color: #fff;
  box-shadow: 0 2px 8px rgba(59, 89, 152, 0.24);
}
.lichcongbo-portlet .lc-tab-btn.is-active span {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
}
.lichcongbo-portlet .lc-panel {
  display: none;
}
.lichcongbo-portlet .lc-panel.is-active {
  display: block;
}
.lichcongbo-portlet .lc-section-hdr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}
.lichcongbo-portlet .lc-section-hdr h2 {
  gap: 10px;
  font-size: 18px;
  color: var(--lc-primary);
}
.lichcongbo-portlet .lc-section-ico {
  width: 32px;
  height: 32px;
  background: var(--lc-primary-soft);
  color: var(--lc-primary);
}
.lichcongbo-portlet .svg-icon {
  display: block;
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  color: inherit;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  fill: none;
  shape-rendering: geometricPrecision;
  overflow: visible;
}
.lichcongbo-portlet .svg-icon path,
.lichcongbo-portlet .svg-icon circle,
.lichcongbo-portlet .svg-icon line,
.lichcongbo-portlet .svg-icon polyline,
.lichcongbo-portlet .svg-icon rect {
  vector-effect: non-scaling-stroke;
}
.lichcongbo-portlet .svg-icon.is-inline {
  display: inline-block;
  vertical-align: -0.15em;
  margin-right: 6px;
}
.lichcongbo-portlet .lc-section-ico .svg-icon {
  width: 18px;
  height: 18px;
}
.lichcongbo-portlet .stat-icon .svg-icon {
  width: 22px;
  height: 22px;
}
.lichcongbo-portlet .milestone-icon .svg-icon {
  width: 24px;
  height: 24px;
}
.lichcongbo-portlet .lc-tab-btn .svg-icon,
.lichcongbo-portlet .btn-primary .svg-icon,
.lichcongbo-portlet .lc-search-bar .svg-icon,
.lichcongbo-portlet .ui-modal-head .svg-icon {
  width: 16px;
  height: 16px;
}
.lichcongbo-portlet .icon-btn .svg-icon {
  width: 16px;
  height: 16px;
}
.lichcongbo-portlet .lc-tab-btn span .svg-icon,
.lichcongbo-portlet .svg-icon.svg-icon--badge {
  width: 12px;
  height: 12px;
  margin-right: 0;
}
.lichcongbo-portlet .lc-search-bar {
  gap: 10px;
  background: #fff;
  border: 1.5px solid var(--lc-border);
  border-radius: 12px;
  padding: 8px 14px;
  width: 100%;
  color: var(--lc-muted);
}
.lichcongbo-portlet .lc-search-bar input {
  background: transparent;
  border: 0;
  padding: 0;
  width: 100%;
}
.lichcongbo-portlet .lc-search-bar .svg-icon {
  margin-right: 0;
}
.lichcongbo-portlet .lc-stats-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 24px;
}
.lichcongbo-portlet .lc-stat-card,
.lichcongbo-portlet .stat-card {
  background: #fff;
  border: 1px solid var(--lc-border);
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(18, 63, 122, 0.08);
  padding: 16px 20px;
  gap: 14px;
}
.lichcongbo-portlet .lc-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(10, 20, 40, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  z-index: 1000;
}
.lichcongbo-portlet .lc-modal-overlay[hidden] {
  display: none;
}
.lichcongbo-portlet .lc-modal-card {
  width: min(640px, 96vw);
  max-height: 90vh;
  overflow: auto;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 20px 60px rgba(18, 63, 122, 0.25);
}
.lichcongbo-portlet .milestone-calendar-popup {
  display: none;
  position: fixed;
  z-index: 10001;
  width: 280px;
  background: #fff;
  border: 1px solid #d9e2ef;
  border-radius: 6px;
  box-shadow: 0 8px 24px rgba(16, 24, 40, 0.14);
  overflow: hidden;
}
.lichcongbo-portlet .milestone-cal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px;
  background: #f8fbff;
  border-bottom: 1px solid #e3ebf5;
}
.lichcongbo-portlet .milestone-cal-month-year {
  font-weight: 700;
  color: #1e3a7b;
}
.lichcongbo-portlet .milestone-cal-nav-wrap {
  display: flex;
  gap: 6px;
}
.lichcongbo-portlet .milestone-cal-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 3px;
  padding: 10px 12px 12px;
}
.lichcongbo-portlet .milestone-cal-footer {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding: 10px 12px 12px;
  border-top: 1px solid #e3ebf5;
  background: #fefefe;
}
.lichcongbo-portlet .milestone-cal-day {
  border: 0;
  border-radius: 4px;
  min-height: 34px;
  padding: 6px 0;
  background: #f8fafc;
  color: #1f2937;
  cursor: pointer;
  text-align: center;
  font: inherit;
}
.lichcongbo-portlet .milestone-cal-day--other {
  color: #bcc5d3;
  cursor: default;
  background: transparent;
}
.lichcongbo-portlet .milestone-cal-day--selected {
  background: #123f7a;
  color: #fff;
}
.lichcongbo-portlet .milestone-calendar-popup .btn-primary,
.lichcongbo-portlet .milestone-calendar-popup .btn-secondary {
  padding: 8px 14px;
}
.lichcongbo-portlet .milestone-calendar-popup .page-btn {
  width: 30px;
  height: 30px;
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
  background: #fff;
  color: #394E79;
  border-color: #d4dce8;
}
.lichcongbo-portlet .lc-modal-head,
.lichcongbo-portlet .lc-modal-foot {
  justify-content: space-between;
  gap: 12px;
}
.lichcongbo-portlet .lc-modal-foot {
  justify-content: flex-end;
}
.lichcongbo-portlet .lichcongbo-shell {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.lichcongbo-portlet .lichcongbo-page-head,
.lichcongbo-portlet .section-header,
.lichcongbo-portlet .toolbar-row,
.lichcongbo-portlet .ui-modal-head,
.lichcongbo-portlet .ui-modal-foot,
.lichcongbo-portlet .public-filter-bar,
.lichcongbo-portlet .row-actions,
.lichcongbo-portlet .lichcongbo-head-actions,
.lichcongbo-portlet .milestone-card {
  display: flex;
  align-items: center;
}
.lichcongbo-portlet .lichcongbo-page-head,
.lichcongbo-portlet .section-header,
.lichcongbo-portlet .public-filter-bar,
.lichcongbo-portlet .ui-modal-head,
.lichcongbo-portlet .ui-modal-foot {
  justify-content: space-between;
  gap: 16px;
}
.lichcongbo-portlet .lichcongbo-eyebrow {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #4d79b3;
}
.lichcongbo-portlet h1,
.lichcongbo-portlet h2,
.lichcongbo-portlet h3,
.lichcongbo-portlet p {
  margin: 0;
}
.lichcongbo-portlet h1 {
  font-size: 34px;
  line-height: 1.15;
}
.lichcongbo-portlet h2 {
  font-size: 24px;
  margin-bottom: 4px;
}
.lichcongbo-portlet .lichcongbo-subtitle,
.lichcongbo-portlet .section-header p,
.lichcongbo-portlet .updated-at,
.lichcongbo-portlet .sub-line,
.lichcongbo-portlet .milestone-card p,
.lichcongbo-portlet .confirm-note {
  color: var(--lc-muted);
}
.lichcongbo-portlet .lichcongbo-admin-card,
.lichcongbo-portlet .public-card {
  background: var(--lc-surface);
  border: 0;
  box-shadow: none;
  border-radius: 0;
}
.lichcongbo-portlet .ui-modal-card {
  background: var(--lc-surface);
  border: 1px solid var(--lc-border);
  box-shadow: var(--lc-shadow);
  border-radius: 8px;
}
.lichcongbo-portlet .lichcongbo-admin-card,
.lichcongbo-portlet .public-card {
  padding: 22px;
}
.lichcongbo-portlet .btn-primary,
.lichcongbo-portlet .btn-secondary,
.lichcongbo-portlet .btn-danger,
.lichcongbo-portlet .text-btn,
.lichcongbo-portlet .icon-btn,
.lichcongbo-portlet .tab-chip,
.lichcongbo-portlet select,
.lichcongbo-portlet input {
  border-radius: 6px;
  border: 1px solid transparent;
  font-size: 14px;
}
.lichcongbo-portlet .btn-primary,
.lichcongbo-portlet .btn-secondary,
.lichcongbo-portlet .btn-danger,
.lichcongbo-portlet .text-btn,
.lichcongbo-portlet .tab-chip {
  cursor: pointer;
  font-weight: 600;
}
.lichcongbo-portlet .btn-primary {
  background: var(--lc-primary);
  color: #fff;
  padding: 12px 18px;
  box-shadow: 0 4px 12px rgba(59, 89, 152, 0.22);
}
.lichcongbo-portlet .btn-small {
  padding: 10px 14px;
}
.lichcongbo-portlet .btn-secondary {
  background: #fff;
  color: var(--lc-primary);
  border-color: var(--lc-border);
  padding: 11px 16px;
}
.lichcongbo-portlet .btn-danger {
  background: var(--lc-danger-soft);
  color: var(--lc-danger);
  padding: 11px 16px;
}
.lichcongbo-portlet .text-btn {
  background: rgba(18, 63, 122, 0.08);
  color: var(--lc-primary);
  padding: 8px 12px;
}
.lichcongbo-portlet .icon-btn {
  background: #fff;
  border-color: var(--lc-border);
  width: 38px;
  height: 38px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--lc-primary);
}
.lichcongbo-portlet .icon-btn.icon-update {
  color: #28a745;
  border-color: #cfe8d5;
  background: #fff;
}
.lichcongbo-portlet .icon-btn.icon-update .lexicon-icon,
.lichcongbo-portlet .icon-btn.icon-update svg {
  color: #28a745;
  fill: #28a745;
}
.lichcongbo-portlet .icon-btn.is-danger {
  background: var(--lc-danger-soft);
  color: var(--lc-danger);
  border-color: #ffd8d8;
}
.lichcongbo-portlet .status-pill,
.lichcongbo-portlet .duration-chip,
.lichcongbo-portlet .badge-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}
.lichcongbo-portlet .status-pill.is-preview,
.lichcongbo-portlet .badge-ghost {
  background: #edf3fb;
  color: #4c6991;
}
.lichcongbo-portlet .status-pill.is-overdue {
  background: var(--lc-danger-soft);
  color: var(--lc-danger);
}
.lichcongbo-portlet .status-pill.is-on-track {
  background: var(--lc-success-soft);
  color: var(--lc-success);
}
.lichcongbo-portlet .status-pill.is-warning,
.lichcongbo-portlet .duration-chip {
  background: var(--lc-warning-soft);
  color: #aa7b00;
}
.lichcongbo-portlet .status-pill.is-empty {
  background: #eef1f5;
  color: #7b8796;
}
.lichcongbo-portlet .duration-chip {
  background: #edf5ff;
  color: #255d9e;
}
.lichcongbo-portlet .lichcongbo-tab-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 24px;
}
.lichcongbo-portlet .tab-chip {
  padding: 14px 16px;
  background: #f3f7fc;
  color: #49698f;
  border-color: var(--lc-border);
  justify-content: space-between;
  display: flex;
}
.lichcongbo-portlet .tab-chip span {
  background: rgba(18, 63, 122, 0.08);
  padding: 2px 8px;
  border-radius: 999px;
}
.lichcongbo-portlet .tab-chip.is-active {
  background: var(--lc-primary);
  color: #fff;
}
.lichcongbo-portlet .admin-panel {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 18px;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 18px;
}
.lichcongbo-portlet .feedback-banner {
  padding: 12px 16px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 600;
}
.lichcongbo-portlet .feedback-banner.is-success {
  background: var(--lc-success-soft);
  color: var(--lc-success);
  border: 1px solid #c9f3df;
}
.lichcongbo-portlet .feedback-banner.is-error {
  background: var(--lc-danger-soft);
  color: var(--lc-danger);
  border: 1px solid #ffd6d8;
}
.lichcongbo-portlet .empty-state-card {
  padding: 18px;
  border-radius: 8px;
  border: 1px dashed #cddced;
  background: #fff;
}
.lichcongbo-portlet .milestone-grid,
.lichcongbo-portlet .stats-grid {
  display: grid;
  gap: 16px;
}
.lichcongbo-portlet .milestone-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.lichcongbo-portlet .milestone-card {
  gap: 16px;
  padding: 18px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid var(--lc-border);
}
.lichcongbo-portlet .milestone-card-compact {
  gap: 12px;
  padding: 14px 16px;
  align-items: flex-start;
  border-radius: 8px;
}
.lichcongbo-portlet .milestone-card-compact .milestone-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  font-size: 20px;
  flex-shrink: 0;
  color: var(--lc-primary);
}
.lichcongbo-portlet .milestone-card-compact .milestone-body {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}
.lichcongbo-portlet .milestone-card-compact .milestone-body h3 {
  font-size: 17px;
  line-height: 1.3;
}
.lichcongbo-portlet .milestone-card-compact .milestone-date {
  font-size: 18px;
  line-height: 1.2;
  margin: 0;
}
.lichcongbo-portlet .milestone-note {
  font-size: 13px;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lichcongbo-portlet .milestone-card-compact .milestone-actions {
  flex-direction: column;
  gap: 8px;
  align-self: center;
  flex-shrink: 0;
}
.lichcongbo-portlet .milestone-card-compact .icon-btn {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  font-size: 14px;
}
.lichcongbo-portlet .milestone-icon,
.lichcongbo-portlet .stat-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: #edf5ff;
  color: var(--lc-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}
.lichcongbo-portlet .milestone-body {
  flex: 1;
}
.lichcongbo-portlet .milestone-date {
  font-size: 22px;
  font-weight: 700;
  margin: 6px 0;
}
.lichcongbo-portlet .milestone-actions,
.lichcongbo-portlet .row-actions,
.lichcongbo-portlet .lichcongbo-head-actions,
.lichcongbo-portlet .toolbar-row {
  gap: 10px;
}
.lichcongbo-portlet .toolbar-row {
  flex: 0 1 auto;
  flex-wrap: nowrap;
  justify-content: flex-end;
  margin-left: auto;
}
.lichcongbo-portlet .toolbar-row .lc-search-bar.search-box {
  flex: 0 1 320px;
  width: 100%;
  max-width: 320px;
  min-width: 0;
}
.lichcongbo-portlet .toolbar-row .btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}
.lichcongbo-portlet .select-shell,
.lichcongbo-portlet .search-box,
.lichcongbo-portlet select,
.lichcongbo-portlet input {
  background: #fff;
  border-color: var(--lc-border);
}
.lichcongbo-portlet .search-box {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
  height: 46px;
  min-width: 290px;
  border-radius: 16px;
  border: 1px solid var(--lc-border);
  background: #fff;
}
.lichcongbo-portlet .search-box.is-public {
  flex: 1 1 320px;
}
.lichcongbo-portlet .search-box input {
  border: 0;
  outline: 0;
  width: 100%;
  padding: 0;
}
.lichcongbo-portlet select,
.lichcongbo-portlet input {
  padding: 12px 14px;
  outline: 0;
}
.lichcongbo-portlet .public-filter-bar {
  margin: 0 0 18px;
  flex-wrap: wrap;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.lichcongbo-portlet .public-filter-row {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: nowrap;
}
.lichcongbo-portlet .public-filter-heading {
  flex: 0 0 auto;
  min-width: auto;
}
.lichcongbo-portlet .public-filter-label {
  display: inline-block;
  padding: 0;
  background: transparent;
  border-radius: 0;
  color: var(--lc-text);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
}
.lichcongbo-portlet .public-filter-caption {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.5;
  color: var(--lc-muted);
}
.lichcongbo-portlet .public-filter-controls {
  flex: 1 1 auto;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(210px, 1fr) minmax(280px, 1.2fr) auto;
  gap: 12px;
  align-items: center;
  margin: 0;
}
.lichcongbo-portlet .public-filter-actions {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  justify-content: flex-end;
}
.lichcongbo-portlet .public-filter-submit {
  background-color: #354b73;
  color: #fff;
  border: none;
  border-radius: 4px;
  height: 38px;
  padding: 0 20px;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-width: 110px;
  justify-content: center;
  white-space: nowrap;
}
.lichcongbo-portlet .public-filter-submit svg {
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
}
.lichcongbo-portlet .public-filter-submit:hover {
  background-color: #1e3a7b;
  color: #fff;
}
.lichcongbo-portlet .public-filter-field {
  min-width: 0;
}
.lichcongbo-portlet .public-filter-select-wrap {
  position: relative;
  min-width: 0;
}
.lichcongbo-portlet .public-filter-select {
  width: 100%;
  height: 48px;
  padding-right: 42px;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M3 5.25L7 9.25L11 5.25' stroke='%235a7597' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 14px;
  border: 1px solid var(--lc-border);
  box-shadow: none;
  font-weight: 600;
  color: var(--lc-text);
}
.lichcongbo-portlet .public-filter-search {
  min-width: 0;
  height: 48px;
  padding: 0 16px;
  border-radius: 6px;
  box-shadow: none;
}
.lichcongbo-portlet .public-filter-search .lc-search-bar {
  padding: 0;
  border: 0;
  box-shadow: none;
}
.lichcongbo-portlet .public-filter-search .lc-search-bar span {
  font-size: 14px;
}
.lichcongbo-portlet .public-filter-summary-inline {
  margin-left: 0;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #315681;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}
.lichcongbo-portlet .public-filter-summary-inline strong {
  color: var(--lc-primary);
}
.lichcongbo-portlet .page-btn {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: none;
  background: #f1f1f1;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: background 0.15s, opacity 0.15s;
}
.lichcongbo-portlet .page-btn:hover:not(:disabled) {
  background: #e6e6e6;
}
.lichcongbo-portlet .page-btn.active {
  background: #394E79;
  color: #fff;
}
.lichcongbo-portlet .page-btn:disabled {
  background: #f1f1f1;
  opacity: 1;
  cursor: default;
}
.lichcongbo-portlet .public-filter-select:focus,
.lichcongbo-portlet .public-filter-search {
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}
.lichcongbo-portlet .public-filter-select:focus,
.lichcongbo-portlet .public-filter-search:focus-within {
  border-color: rgba(18, 63, 122, 0.35);
  box-shadow: 0 0 0 4px rgba(18, 63, 122, 0.1);
}
.lichcongbo-portlet .table-shell {
  overflow-x: auto;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.lichcongbo-portlet .table-shell.compact-shell {
  margin-top: 8px;
}
.lichcongbo-portlet .schedule-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border: 1px solid #6984c2;
  font-size: 0.9rem;
  min-width: 980px;
}
.lichcongbo-portlet .schedule-table.public-table,
.lichcongbo-portlet .schedule-table.compact-table {
  min-width: 760px;
}
.lichcongbo-portlet .schedule-table.schedule-admin-table {
  min-width: 920px;
}
.lichcongbo-portlet .schedule-admin-table col.schedule-col-stt {
  width: 58px;
}
.lichcongbo-portlet .schedule-admin-table col.schedule-col-action {
  width: 92px;
}
.lichcongbo-portlet .schedule-admin-table col.schedule-col-duration {
  width: 118px;
}
.lichcongbo-portlet .schedule-admin-table col.schedule-col-deadline {
  width: 150px;
}
.lichcongbo-portlet .schedule-table th,
.lichcongbo-portlet .schedule-table td {
  border: 1px solid #6984c2;
  padding: 10px 12px;
  text-align: left;
  vertical-align: middle;
}
.lichcongbo-portlet .schedule-table th {
  background: #e9eff5;
  color: #1e3a7b;
  font-weight: 600;
  text-align: center;
  font-size: 0.9rem;
  text-transform: none;
  letter-spacing: 0;
}
.lichcongbo-portlet .schedule-table tr:last-child td {
  border-bottom: 1px solid #6984c2;
}
.lichcongbo-portlet .schedule-admin-table .schedule-center-cell,
.lichcongbo-portlet .schedule-admin-table .schedule-duration-cell,
.lichcongbo-portlet .schedule-admin-table .schedule-deadline-cell,
.lichcongbo-portlet .schedule-admin-table .schedule-action-cell {
  text-align: center;
}
.lichcongbo-portlet .schedule-action-cell .row-actions {
  justify-content: center;
  gap: 2px;
}
.lichcongbo-portlet .schedule-action-cell form {
  display: inline-flex;
  margin: 0;
}
.lichcongbo-portlet .schedule-action-cell .icon-btn {
  background: transparent;
  border: 0;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0 4px;
  font-size: 1.05rem;
  color: #1e3a7b;
  transition: transform 0.2s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: none;
}
.lichcongbo-portlet .schedule-action-cell .icon-btn.icon-update {
  color: #1e3a7b;
  background: transparent;
  border-color: transparent;
}
.lichcongbo-portlet .schedule-action-cell .icon-btn.icon-update .lexicon-icon,
.lichcongbo-portlet .schedule-action-cell .icon-btn.icon-update svg {
  color: #1e3a7b;
  fill: #1e3a7b;
}
.lichcongbo-portlet .schedule-action-cell .icon-btn.is-danger {
  color: #dc3545;
  background: transparent;
  border-color: transparent;
}
.lichcongbo-portlet .schedule-action-cell .icon-btn.is-danger .lexicon-icon,
.lichcongbo-portlet .schedule-action-cell .icon-btn.is-danger svg {
  color: #dc3545;
  fill: #dc3545;
}
.lichcongbo-portlet .schedule-action-cell .icon-btn:hover {
  transform: scale(1.2);
  color: #152a5a;
}
.lichcongbo-portlet .schedule-action-cell .icon-btn.is-danger:hover {
  color: #c82333;
}
.lichcongbo-portlet .schedule-action-cell .icon-btn.is-danger:hover .lexicon-icon,
.lichcongbo-portlet .schedule-action-cell .icon-btn.is-danger:hover svg {
  color: #c82333;
  fill: #c82333;
}
.lichcongbo-portlet .cell-index {
  font-weight: 700;
  color: #57729b;
}
.lichcongbo-portlet .main-line {
  font-weight: 700;
  line-height: 1.45;
}
.lichcongbo-portlet .sub-line {
  margin-top: 4px;
  font-size: 12px;
}
.lichcongbo-portlet .stats-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.lichcongbo-portlet .stat-card {
  padding: 18px;
  border: 1px solid var(--lc-border);
  border-radius: 8px;
  background: #fff;
}
.lichcongbo-portlet .stat-card strong {
  display: block;
  font-size: 34px;
  margin: 14px 0 4px;
}
.lichcongbo-portlet .overview-header {
  align-items: flex-start;
  margin-bottom: 10px;
}
.lichcongbo-portlet .overview-header h2 {
  margin-bottom: 4px;
}
.lichcongbo-portlet .overview-header p {
  margin-bottom: 0;
}
.lichcongbo-portlet .overview-updated-at {
  font-size: 13px;
  padding-top: 6px;
}
.lichcongbo-portlet .overview-stats-row {
  gap: 12px;
  margin-bottom: 14px;
}
.lichcongbo-portlet .overview-stat-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 8px;
  min-height: 96px;
}
.lichcongbo-portlet .overview-stat-card .stat-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  font-size: 21px;
  flex: 0 0 auto;
}
.lichcongbo-portlet .overview-stat-card strong {
  font-size: 28px;
  line-height: 1;
  margin: 0 0 6px;
}
.lichcongbo-portlet .overview-stat-card p {
  margin: 0;
  font-size: 13px;
}
.lichcongbo-portlet .overview-table-shell {
  margin-top: 6px;
}
.lichcongbo-portlet .stat-icon.is-green {
  background: var(--lc-success-soft);
  color: var(--lc-success);
}
.lichcongbo-portlet .stat-icon.is-yellow {
  background: var(--lc-warning-soft);
  color: var(--lc-warning);
}
.lichcongbo-portlet .stat-icon.is-red {
  background: var(--lc-danger-soft);
  color: var(--lc-danger);
}
.lichcongbo-portlet .ui-modal-preview {
  padding: 18px;
  background: linear-gradient(180deg, rgba(18, 63, 122, 0.05), rgba(18, 63, 122, 0.02));
  border-radius: 20px;
  border: 1px dashed #c7d8ee;
}
.lichcongbo-portlet .ui-modal-preview.is-alt,
.lichcongbo-portlet .ui-modal-preview.milestone-editor {
  margin-top: 18px;
}
.lichcongbo-portlet .ui-modal-preview.is-confirm {
  max-width: 540px;
}
.lichcongbo-portlet .ui-modal-card {
  padding: 20px;
}
.lichcongbo-portlet .ui-modal-body {
  padding: 18px 0;
}
.lichcongbo-portlet .form-grid {
  display: grid;
  gap: 14px;
}
.lichcongbo-portlet .two-columns {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.lichcongbo-portlet .full-row {
  grid-column: 1/-1;
}
.lichcongbo-portlet label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  color: #4f6582;
}
.lichcongbo-portlet .dv-tree-select-container {
  position: relative;
  width: 100%;
}
.lichcongbo-portlet .dv-tree-select-header {
  align-items: center;
  background: #fff;
  border: 1px solid #d4dce8;
  border-radius: 6px;
  color: #333;
  cursor: pointer;
  display: flex;
  height: 42px;
  justify-content: space-between;
  min-width: 0;
  padding: 8px 34px 8px 12px;
  position: relative;
  width: 100%;
}
.lichcongbo-portlet .dv-tree-select-header:hover,
.lichcongbo-portlet .dv-tree-select-header:focus {
  border-color: var(--lc-primary);
  box-shadow: 0 0 0 3px rgba(59, 89, 152, 0.12);
  outline: none;
}
.lichcongbo-portlet .dv-tree-select-header span:first-child {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.lichcongbo-portlet .dv-tree-select-header::after {
  border: solid #333;
  border-width: 0 1.5px 1.5px 0;
  content: "";
  height: 6px;
  pointer-events: none;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-65%) rotate(45deg);
  width: 6px;
}
.lichcongbo-portlet .dv-tree-select-dropdown {
  background: #fff;
  border: 1px solid #d8dee8;
  border-radius: 6px;
  box-shadow: 0 8px 22px rgba(31, 45, 61, 0.16);
  left: 0;
  max-height: 280px;
  min-width: 100%;
  overflow-y: auto;
  position: absolute;
  right: 0;
  top: calc(100% + 4px);
  z-index: 2100;
}
.lichcongbo-portlet .dv-tree-select-dropdown.hidden,
.lichcongbo-portlet .dv-tree-item[hidden],
.lichcongbo-portlet .dv-tree-empty[hidden] {
  display: none;
}
.lichcongbo-portlet .dv-tree-select-search {
  background: #f8fafc;
  border-bottom: 1px solid #e6ebf2;
  padding: 8px;
  position: sticky;
  top: 0;
  z-index: 1;
}
.lichcongbo-portlet .dv-tree-select-search .form-control {
  background: #fff;
  border: 1px solid #ced4da;
  border-radius: 4px;
  height: 34px;
  padding: 6px 10px;
  width: 100%;
}
.lichcongbo-portlet .dv-tree-item {
  cursor: pointer;
}
.lichcongbo-portlet .dv-tree-node-content {
  align-items: flex-start;
  border-radius: 4px;
  display: flex;
  gap: 8px;
  margin: 2px 6px;
  padding: 7px 8px;
}
.lichcongbo-portlet .dv-tree-node-content:hover,
.lichcongbo-portlet .dv-tree-item.selected > .dv-tree-node-content {
  background-color: #f5f7fa;
}
.lichcongbo-portlet .dv-tree-item.selected > .dv-tree-node-content {
  color: #2e4a7b;
  font-weight: 600;
}
.lichcongbo-portlet .dv-tree-node-text {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.lichcongbo-portlet .dv-tree-title {
  color: #2e4a7b;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.lichcongbo-portlet .dv-tree-subtitle {
  color: #888;
  font-size: 11px;
  margin-top: 2px;
}
.lichcongbo-portlet .dv-tree-empty {
  color: #777;
  font-style: italic;
  padding: 12px;
  text-align: center;
}
.lichcongbo-portlet .small-card {
  max-width: 460px;
}
.lichcongbo-portlet .confirm-title,
.lichcongbo-portlet .confirm-note {
  font-size: 15px;
}
.lichcongbo-portlet .confirm-target {
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 28px;
  line-height: 1.25;
  font-weight: 700;
  color: var(--lc-danger);
  margin: 10px 0 12px;
}
.lichcongbo-portlet .confirm-impact-note {
  text-align: justify;
  text-align-last: left;
  line-height: 1.55;
}
@media (max-width: 1200px) {
  .lichcongbo-portlet .milestone-grid,
  .lichcongbo-portlet .stats-grid,
  .lichcongbo-portlet .two-columns {
    grid-template-columns: 1fr;
  }
  .lichcongbo-portlet .lichcongbo-tab-strip {
    grid-template-columns: 1fr;
  }
  .lichcongbo-portlet .lc-stats-row {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .lichcongbo-portlet {
    padding: 16px;
  }
  .lichcongbo-portlet .lc-app-header,
  .lichcongbo-portlet .lc-section-hdr,
  .lichcongbo-portlet .lc-tab-bar {
    flex-direction: column;
    align-items: stretch;
  }
  .lichcongbo-portlet .lichcongbo-page-head,
  .lichcongbo-portlet .section-header,
  .lichcongbo-portlet .public-filter-bar,
  .lichcongbo-portlet .lichcongbo-head-actions,
  .lichcongbo-portlet .toolbar-row,
  .lichcongbo-portlet .ui-modal-head,
  .lichcongbo-portlet .ui-modal-foot {
    flex-direction: column;
    align-items: stretch;
  }
  .lichcongbo-portlet .search-box,
  .lichcongbo-portlet select,
  .lichcongbo-portlet input,
  .lichcongbo-portlet .btn-primary,
  .lichcongbo-portlet .btn-secondary,
  .lichcongbo-portlet .btn-danger {
    width: 100%;
  }
  .lichcongbo-portlet .public-filter-heading,
  .lichcongbo-portlet .public-filter-controls,
  .lichcongbo-portlet .public-filter-summary {
    min-width: 0;
    width: 100%;
  }
  .lichcongbo-portlet .public-filter-controls {
    grid-template-columns: 1fr;
  }
  .lichcongbo-portlet .public-filter-summary {
    justify-content: center;
    margin-left: 0;
  }
  .lichcongbo-portlet .schedule-table {
    min-width: 760px;
  }
  .lichcongbo-portlet .milestone-card-compact {
    padding: 13px 14px;
  }
  .lichcongbo-portlet .milestone-card-compact .milestone-body h3 {
    font-size: 16px;
  }
  .lichcongbo-portlet .milestone-card-compact .milestone-date {
    font-size: 17px;
  }
  .lichcongbo-portlet .milestone-card-compact .milestone-actions {
    align-self: flex-start;
  }
}
.lichcongbo-portlet .public-filter-bar.public-filter-row {
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.lichcongbo-portlet .public-filter-left {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 1 1 auto;
  min-width: 0;
}
.lichcongbo-portlet .public-filter-controls {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  gap: 12px;
  min-width: 0;
}
.lichcongbo-portlet .public-filter-content-wrap {
  flex: 0 0 220px;
}
.lichcongbo-portlet .public-filter-status-wrap {
  flex: 0 0 170px;
}
.lichcongbo-portlet .public-filter-search {
  flex: 0 1 340px;
  width: 100%;
  max-width: 340px;
  min-width: 260px;
  height: 48px;
  padding: 0 14px;
  border: 1px solid var(--lc-border);
  border-radius: 6px;
  background: #fff;
  box-shadow: none;
}
.lichcongbo-portlet .public-filter-search .lc-search-bar {
  height: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.lichcongbo-portlet .public-filter-actions {
  flex: 0 0 auto;
}
.lichcongbo-portlet .public-filter-summary-inline {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}
.lichcongbo-portlet .public-filter-summary-inline strong {
  color: var(--lc-primary);
}
.lichcongbo-portlet .public-schedule-shell {
  padding-top: 1rem;
}
.lichcongbo-portlet .public-schedule-title {
  color: #1e3a7b;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin: 0 0 8px;
  text-transform: uppercase;
}
.lichcongbo-portlet .public-schedule-title-main {
  display: inline;
}
.lichcongbo-portlet .public-schedule-table-shell {
  overflow-x: auto;
  width: 100%;
}
.lichcongbo-portlet .schedule-table.public-schedule-table {
  width: 100%;
  font-size: 14px;
  margin-top: 0;
  border-collapse: collapse !important;
  border: 1px solid #6984c2 !important;
}
.lichcongbo-portlet .schedule-table.public-schedule-table thead th {
  background-color: #e9eff5 !important;
  color: #1e3a7b !important;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #6984c2 !important;
  text-transform: none;
  letter-spacing: 0;
}
.lichcongbo-portlet .schedule-table.public-schedule-table tbody td {
  padding: 10px 12px;
  vertical-align: middle;
  color: #333;
  border: 1px solid #6984c2 !important;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.lichcongbo-portlet .schedule-table.public-schedule-table th:first-child,
.lichcongbo-portlet .schedule-table.public-schedule-table td:first-child,
.lichcongbo-portlet .schedule-table.public-schedule-table th:last-child,
.lichcongbo-portlet .schedule-table.public-schedule-table td:last-child {
  text-align: center;
}
.lichcongbo-portlet .public-filter-select {
  width: 100%;
  height: 48px;
}
.lichcongbo-portlet .public-table-shell {
  overflow-x: auto;
  border-radius: 0;
}
.lichcongbo-portlet .schedule-table.public-table {
  min-width: 900px;
  table-layout: fixed;
  border-collapse: collapse;
}
.lichcongbo-portlet .schedule-table.public-table thead th {
  background: #e9eff5;
  color: #1e3a7b;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
  border: 1px solid #6984c2;
}
.lichcongbo-portlet .schedule-table.public-table tbody td {
  padding: 10px 12px;
  border: 1px solid #6984c2;
  vertical-align: middle;
}
.lichcongbo-portlet .schedule-table.public-table tbody tr:nth-child(even) td {
  background: transparent;
}
.lichcongbo-portlet .schedule-table.public-table tbody tr:hover td {
  background: transparent;
}
.lichcongbo-portlet .schedule-table.public-table th:nth-child(1),
.lichcongbo-portlet .schedule-table.public-table td:nth-child(1),
.lichcongbo-portlet .schedule-table.public-table th:nth-child(3),
.lichcongbo-portlet .schedule-table.public-table td:nth-child(3),
.lichcongbo-portlet .schedule-table.public-table th:nth-child(4),
.lichcongbo-portlet .schedule-table.public-table td:nth-child(4),
.lichcongbo-portlet .schedule-table.public-table th:nth-child(5),
.lichcongbo-portlet .schedule-table.public-table td:nth-child(5) {
  text-align: center;
}
.lichcongbo-portlet .public-content-cell .main-line {
  font-size: 16px;
  line-height: 1.35;
}
.lichcongbo-portlet .public-content-cell .sub-line {
  font-size: 13px;
}
.lichcongbo-portlet .reference-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-align: center;
  font-size: 14px;
  line-height: 1.35;
}
.lichcongbo-portlet .reference-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--lc-primary);
}
.lichcongbo-portlet .public-duration-cell .duration-chip {
  min-width: 88px;
}
.lichcongbo-portlet .public-deadline-cell .main-line {
  font-size: 18px;
  font-weight: 700;
  color: var(--lc-primary);
}
.lichcongbo-portlet .public-remaining-cell {
  text-align: center;
}
.lichcongbo-portlet .public-remaining-cell .sub-line {
  font-size: 18px;
  text-align: center;
}
.lichcongbo-portlet .public-remaining-cell .sub-line.is-on-track {
  color: var(--lc-success);
}
.lichcongbo-portlet .public-remaining-cell .sub-line.is-warning {
  color: #aa7b00;
}
.lichcongbo-portlet .public-remaining-cell .sub-line.is-overdue {
  color: var(--lc-danger);
}
.lichcongbo-portlet .public-remaining-cell .sub-line.is-empty {
  color: #7b8796;
}
.lichcongbo-portlet .public-status-cell {
  text-align: center;
}
.lichcongbo-portlet .public-status-cell .status-pill {
  min-width: 78px;
}
@media (max-width: 768px) {
  .lichcongbo-portlet .public-filter-bar.public-filter-row,
  .lichcongbo-portlet .public-filter-left,
  .lichcongbo-portlet .public-filter-controls {
    flex-direction: column;
    align-items: stretch;
  }
  .lichcongbo-portlet .public-filter-content-wrap,
  .lichcongbo-portlet .public-filter-status-wrap,
  .lichcongbo-portlet .public-filter-search {
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
  }
  .lichcongbo-portlet .public-filter-summary-inline {
    margin-left: 0;
    width: 100%;
    justify-content: flex-start;
  }
  .lichcongbo-portlet .schedule-table.public-table {
    min-width: 760px;
  }
  .lichcongbo-portlet .public-schedule-shell {
    padding-top: 0;
  }
  .lichcongbo-portlet .public-schedule-title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 8px;
  }
  .lichcongbo-portlet .public-schedule-table-shell {
    overflow-x: auto;
  }
  .lichcongbo-portlet .schedule-table.public-schedule-table {
    font-size: 13px;
  }
  .lichcongbo-portlet .schedule-table.public-schedule-table tbody td {
    padding: 8px 8px;
  }
}