:root {
  --ink: #13202b;
  --muted: #6f7d88;
  --line: #dbe4e6;
  --canvas: #f2f6f5;
  --surface: #ffffff;
  --surface-soft: #f7faf9;
  --teal: #087f78;
  --teal-dark: #075b58;
  --teal-soft: #e0f2ef;
  --amber: #bd7110;
  --amber-soft: #fff2dc;
  --red: #b44545;
  --red-soft: #fbe9e7;
  --shadow: 0 18px 50px rgba(19, 32, 43, .08);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", sans-serif;
  color: var(--ink);
  background: var(--canvas);
  font-synthesis: none;
}
* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; background: var(--canvas); }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
button:disabled { opacity: .6; cursor: wait; }
[hidden] { display: none !important; }
.login-view { min-height: 100vh; display: grid; place-items: center; padding: 32px; background: radial-gradient(circle at 15% 12%, #d8f0eb 0, transparent 34%), radial-gradient(circle at 90% 90%, #e9e3d2 0, transparent 35%), var(--canvas); }
.login-panel { width: min(440px, 100%); padding: 48px; background: rgba(255,255,255,.92); border: 1px solid rgba(255,255,255,.9); box-shadow: var(--shadow); border-radius: 24px; }
.brand-mark { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 16px; color: #fff; font-size: 25px; font-weight: 800; background: var(--teal); box-shadow: 0 10px 22px rgba(8,127,120,.22); }
.brand-mark--small { width: 36px; height: 36px; border-radius: 11px; font-size: 18px; }
.kicker { margin: 0 0 10px; color: var(--teal); font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.login-panel .kicker { margin-top: 28px; }
h1, h2, h3, h4, p { margin-top: 0; }
h1 { margin-bottom: 14px; font-size: clamp(32px, 6vw, 48px); letter-spacing: -.045em; line-height: 1; }
.login-copy { max-width: 34ch; margin-bottom: 30px; color: var(--muted); line-height: 1.75; }
.form-hint, .muted { color: var(--muted); font-size: 13px; line-height: 1.6; }
.stack-form { display: flex; flex-direction: column; gap: 16px; }
.stack-form label, .editor-grid label, .meeting-grid label, .form-grid label { display: flex; flex-direction: column; gap: 7px; color: var(--muted); font-size: 12px; font-weight: 700; }
input, textarea, select { width: 100%; border: 1px solid var(--line); border-radius: 10px; background: var(--surface); color: var(--ink); padding: 11px 12px; outline: none; transition: border-color .18s, box-shadow .18s; }
input:focus, textarea:focus, select:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(8,127,120,.12); }
textarea { resize: vertical; line-height: 1.55; }
.button { border: 1px solid transparent; border-radius: 10px; padding: 10px 15px; color: var(--ink); background: var(--surface); font-size: 13px; font-weight: 800; transition: transform .18s, background .18s, border-color .18s; }
.button:hover { transform: translateY(-1px); }
.button--primary { color: #fff; background: var(--teal); box-shadow: 0 7px 15px rgba(8,127,120,.18); }
.button--primary:hover { background: var(--teal-dark); }
.button--secondary { border-color: var(--line); background: var(--surface); }
.button--secondary:hover { border-color: #a9c5c2; background: var(--surface-soft); }
.button--small { padding: 8px 11px; font-size: 12px; }
.button--wide { width: 100%; padding: 13px; margin-top: 5px; }
.app-shell { min-height: 100vh; display: flex; }
.sidebar { width: 260px; flex: 0 0 260px; display: flex; flex-direction: column; padding: 24px 16px 16px; border-right: 1px solid #d8e2e0; background: #edf4f2; }
.sidebar-brand { display: flex; gap: 11px; align-items: center; padding: 0 9px 27px; }
.sidebar-brand strong, .sidebar-brand span { display: block; }
.sidebar-brand strong { font-size: 14px; letter-spacing: -.02em; }
.sidebar-brand span { margin-top: 2px; color: var(--muted); font-size: 10px; letter-spacing: .07em; }
.primary-nav { display: grid; gap: 5px; margin-bottom: 30px; }
.nav-item, .project-nav-item { width: 100%; display: flex; align-items: center; border: 0; border-radius: 10px; text-align: left; background: transparent; color: #63717a; }
.nav-item { gap: 10px; padding: 11px 12px; font-size: 13px; font-weight: 800; }
.nav-item:hover, .nav-item.is-active { color: var(--teal-dark); background: #dfeeea; }
.nav-icon { width: 18px; color: var(--teal); font-size: 17px; text-align: center; }
.nav-count { margin-left: auto; min-width: 24px; padding: 2px 7px; border-radius: 20px; color: var(--teal-dark); background: rgba(8,127,120,.1); font-size: 11px; text-align: center; }
.sidebar-section-title { display: flex; align-items: center; justify-content: space-between; padding: 0 10px 9px; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.icon-button { display: inline-grid; place-items: center; width: 28px; height: 28px; border: 0; border-radius: 8px; color: var(--muted); background: transparent; font-size: 18px; }
.icon-button:hover { color: var(--teal); background: var(--teal-soft); }
.project-list { display: grid; gap: 4px; max-height: calc(100vh - 275px); overflow: auto; }
.project-nav-item { gap: 9px; padding: 10px; }
.project-nav-item:hover, .project-nav-item.is-selected { background: #fff; box-shadow: 0 5px 14px rgba(19,32,43,.04); }
.project-nav-dot { width: 7px; height: 7px; flex: 0 0 7px; border-radius: 50%; background: #a2b2b0; }
.project-nav-dot.has-alert { background: var(--amber); box-shadow: 0 0 0 4px var(--amber-soft); }
.project-nav-copy { min-width: 0; }
.project-nav-copy strong, .project-nav-copy small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.project-nav-copy strong { font-size: 12px; }
.project-nav-copy small { margin-top: 3px; color: var(--muted); font-size: 10px; }
.sidebar-empty { padding: 12px 10px; color: var(--muted); font-size: 12px; }
.sidebar-footer { margin-top: auto; display: grid; gap: 8px; padding: 18px 9px 0; border-top: 1px solid #d8e2e0; }
.connection-dot { display: flex; align-items: center; gap: 7px; margin-bottom: 3px; color: var(--muted); font-size: 11px; }
.connection-dot i { width: 7px; height: 7px; border-radius: 50%; background: #2ba98f; }
.sidebar-link, .text-button { width: max-content; border: 0; padding: 0; color: var(--muted); background: transparent; font-size: 12px; text-align: left; }
.sidebar-link:hover, .text-button:hover { color: var(--teal-dark); }
.sidebar-link--danger, .text-button--danger { color: var(--red); }
.workspace { min-width: 0; flex: 1; }
.topbar { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 0 42px; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.76); }
.breadcrumbs { display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 12px; }
.breadcrumbs strong { color: var(--ink); }
.breadcrumb-separator { color: #b4c0c0; }
.topbar-user { display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 12px; font-weight: 700; }
.role-badge, .stage-chip, .preview-chip, .project-id { display: inline-flex; align-items: center; padding: 4px 8px; border-radius: 999px; font-size: 10px; font-weight: 800; }
.role-badge { color: var(--teal-dark); background: var(--teal-soft); }
.avatar { display: inline-grid; place-items: center; width: 31px; height: 31px; border-radius: 50%; color: #fff; background: var(--teal-dark); font-size: 12px; font-weight: 800; }
.workspace-body { max-width: 1500px; margin: 0 auto; padding: 42px; }
.page-heading, .project-heading, .section-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.page-heading { margin-bottom: 32px; }
.page-heading h2, .project-heading h2 { margin-bottom: 8px; font-size: clamp(28px, 4vw, 43px); letter-spacing: -.045em; line-height: 1.05; }
.heading-actions { display: flex; flex-wrap: wrap; gap: 9px; }
.metric-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 12px; margin-bottom: 29px; }
.metric { padding: 19px 20px; border: 1px solid var(--line); border-radius: 13px; background: var(--surface); }
.metric--attention { border-color: #f0dfbe; background: #fffaf1; }
.metric-label, .metric small { display: block; color: var(--muted); font-size: 11px; }
.metric strong { display: block; margin: 8px 0 4px; font-size: 30px; letter-spacing: -.05em; }
.metric small { font-size: 11px; }
.toolbar { display: flex; align-items: center; gap: 9px; margin-bottom: 13px; }
.search-control { width: min(330px, 100%); position: relative; }
.search-control span { position: absolute; left: 12px; top: 8px; color: var(--muted); font-size: 20px; }
.search-control input { padding-left: 36px; }
.toolbar select { width: auto; min-width: 125px; color: var(--muted); }
.check-filter { display: flex; align-items: center; gap: 7px; margin-left: auto; color: var(--muted); font-size: 12px; white-space: nowrap; }
.check-filter input { width: auto; accent-color: var(--teal); }
.table-wrap { overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); }
.project-table { width: 100%; border-collapse: collapse; text-align: left; }
.project-table th, .project-table td { padding: 15px 17px; border-bottom: 1px solid #edf1f1; font-size: 12px; vertical-align: middle; }
.project-table th { color: var(--muted); background: #f8fbfa; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.project-row { transition: background .16s; cursor: pointer; }
.project-row:hover { background: #f3faf8; }
.project-row:last-child td { border-bottom: 0; }
.project-cell strong, .project-cell small { display: block; }
.project-cell strong { margin-bottom: 3px; font-size: 13px; }
.project-cell small { color: var(--muted); font-size: 10px; }
.project-cell-mark { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: var(--teal); }
.stage-label { color: var(--ink); font-weight: 700; }
.progress-cell { display: flex; align-items: center; gap: 8px; min-width: 110px; }
.mini-progress { width: 70px; height: 5px; overflow: hidden; border-radius: 5px; background: #e3ecea; }
.mini-progress i { display: block; height: 100%; border-radius: inherit; background: var(--teal); }
.mini-progress .progress-0 { width: 0%; }.mini-progress .progress-10 { width: 10%; }.mini-progress .progress-20 { width: 20%; }.mini-progress .progress-30 { width: 30%; }.mini-progress .progress-40 { width: 40%; }.mini-progress .progress-50 { width: 50%; }.mini-progress .progress-60 { width: 60%; }.mini-progress .progress-70 { width: 70%; }.mini-progress .progress-80 { width: 80%; }.mini-progress .progress-90 { width: 90%; }.mini-progress .progress-100 { width: 100%; }
.progress-cell strong { font-size: 11px; }
.alert-text { color: var(--amber); font-weight: 800; font-size: 11px; }
.ok-text { color: #399780; font-size: 11px; }
.empty-state, .empty-inline { padding: 40px; color: var(--muted); font-size: 13px; text-align: center; }
.project-heading { margin-bottom: 25px; }
.project-heading h2 { margin-top: 11px; }
.project-heading-line { display: flex; align-items: center; gap: 7px; }
.project-id { color: var(--muted); background: #e9efed; letter-spacing: .08em; }
.stage-chip { color: var(--teal-dark); background: var(--teal-soft); }
.preview-chip { color: #745019; background: var(--amber-soft); }
.project-summary-strip { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); margin-bottom: 18px; border: 1px solid var(--line); border-radius: 13px; background: var(--surface); }
.project-summary-strip > div { min-height: 90px; padding: 17px 20px; border-right: 1px solid var(--line); }
.project-summary-strip > div:last-child { border-right: 0; }
.project-summary-strip span, .project-summary-strip small { display: block; color: var(--muted); font-size: 11px; }
.project-summary-strip strong { display: block; margin: 6px 0 3px; font-size: 23px; letter-spacing: -.04em; }
.project-summary-strip .summary-date { font-size: 16px; }
.danger-number { color: var(--red); }
.project-layout { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(310px, .8fr); gap: 18px; align-items: start; }
.project-main, .project-side { display: grid; gap: 18px; min-width: 0; }
.surface { border: 1px solid var(--line); border-radius: 14px; background: var(--surface); }
.project-info, .nodes-section, .meeting-section, .activity-section, .admin-card { padding: 23px; }
.section-head { align-items: center; margin-bottom: 20px; }
.section-head h3 { margin: 0; font-size: 18px; letter-spacing: -.025em; }
.section-count { display: inline-grid; place-items: center; min-width: 22px; height: 22px; margin-left: 4px; border-radius: 50%; color: var(--teal-dark); background: var(--teal-soft); font-size: 11px; vertical-align: 2px; }
.editor-grid, .meeting-grid, .form-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 13px; }
.editor-span, .editor-grid .switch-row, .meeting-grid .editor-span { grid-column: 1 / -1; }
.public-summary { padding: 16px; border-radius: 10px; background: var(--surface-soft); }
.public-summary .label, .note-label { display: block; margin-bottom: 6px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.public-summary p { margin-bottom: 0; line-height: 1.65; }
.milestone-list { display: grid; gap: 11px; }
.milestone-item { display: grid; grid-template-columns: 36px minmax(0,1fr); gap: 12px; padding: 16px 0; border-top: 1px solid #edf1f1; }
.milestone-item:first-child { padding-top: 0; border-top: 0; }
.milestone-item.is-blocked { margin-inline: -9px; padding-inline: 9px; border-radius: 10px; background: #fffaf7; }
.milestone-index { color: #a8b7b5; font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.milestone-top { display: flex; justify-content: space-between; gap: 12px; }
.milestone-top h4 { margin: 0 0 7px; font-size: 15px; line-height: 1.35; }
.milestone-meta { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; color: var(--muted); font-size: 11px; }
.status-pill { display: inline-flex; padding: 4px 7px; border-radius: 999px; font-size: 10px; font-weight: 800; }
.status--quiet { color: #687778; background: #edf1f0; }.status--active { color: #846016; background: var(--amber-soft); }.status--done { color: #207965; background: var(--teal-soft); }.status--blocked { color: #a53b3b; background: var(--red-soft); }
.row-actions { display: flex; gap: 10px; flex-shrink: 0; }
.note-columns { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; margin-top: 15px; }
.note-columns > div { padding: 11px; border-radius: 9px; background: var(--surface-soft); }
.note-columns p, .milestone-note { margin: 0; color: #52636a; font-size: 12px; line-height: 1.6; white-space: pre-wrap; }
.visibility-line { display: flex; align-items: center; gap: 6px; margin-top: 11px; color: var(--muted); font-size: 10px; }
.visibility-dot { width: 6px; height: 6px; border-radius: 50%; background: #b8c2c1; }.visibility-dot.is-public { background: #2ba98f; }
.attachment-list { display: grid; gap: 6px; margin-top: 13px; }
.attachment-row { display: flex; align-items: center; gap: 7px; min-width: 0; padding: 8px 10px; border-radius: 8px; background: #f1f7f5; font-size: 11px; }
.attachment-icon { color: var(--teal); font-size: 15px; }.attachment-row a { min-width: 0; overflow: hidden; color: var(--teal-dark); text-overflow: ellipsis; white-space: nowrap; font-weight: 700; text-decoration: none; }.attachment-row a:hover { text-decoration: underline; }.attachment-row small { color: var(--muted); white-space: nowrap; }.attachment-edit { margin-left: auto; border: 0; color: var(--muted); background: transparent; font-size: 10px; }
.attachment-upload { display: flex; align-items: center; gap: 8px; margin-top: 13px; color: var(--muted); font-size: 10px; }
.file-button { display: inline-flex !important; flex-direction: row !important; align-items: center; width: max-content !important; cursor: pointer; color: var(--teal-dark) !important; }.file-button input { display: none; }
.meeting-grid { gap: 12px; }.meeting-grid input[readonly], .meeting-grid textarea[readonly] { background: var(--surface-soft); }.switch-row { display: flex !important; flex-direction: row !important; align-items: flex-start; gap: 9px !important; padding: 11px; border-radius: 10px; background: var(--surface-soft); }.switch-row input { width: auto; margin-top: 3px; accent-color: var(--teal); }.switch-row strong, .switch-row small { display: block; }.switch-row strong { color: var(--ink); font-size: 12px; }.switch-row small { margin-top: 3px; color: var(--muted); font-size: 11px; font-weight: 400; line-height: 1.45; }.activity-list { display: grid; gap: 15px; }.activity-item { display: grid; grid-template-columns: 9px minmax(0,1fr); gap: 11px; }.activity-line { position: relative; width: 7px; height: 7px; margin-top: 5px; border-radius: 50%; background: var(--teal); }.activity-line::after { position: absolute; top: 8px; left: 3px; width: 1px; height: calc(100% + 19px); background: #d8e9e5; content: ""; }.activity-item:last-child .activity-line::after { display: none; }.activity-item strong { font-size: 12px; }.activity-item p { margin: 4px 0 4px; color: var(--muted); font-size: 11px; line-height: 1.45; }.activity-item small { color: #9aa7a8; font-size: 10px; }
.admin-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(310px, .72fr); gap: 18px; }.admin-card--wide { grid-column: 1 / -1; }.admin-card h3 { margin-bottom: 5px; }.inline-form { display: grid; grid-template-columns: 1fr 1fr 130px 1.2fr auto; gap: 8px; margin-bottom: 20px; }.inline-form input, .inline-form select { min-width: 0; }.user-list { display: grid; gap: 5px; }.user-row { display: grid; grid-template-columns: 30px minmax(0,1fr) auto auto; align-items: center; gap: 9px; padding: 10px 0; border-top: 1px solid #edf1f1; }.user-row strong, .user-row small { display: block; }.user-row strong { font-size: 12px; }.user-row small { margin-top: 3px; color: var(--muted); font-size: 10px; }.avatar--tiny { width: 28px; height: 28px; font-size: 10px; }.user-status { color: var(--red); font-size: 10px; }.user-status.is-active { color: #2c977e; }.member-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }.member-columns fieldset { min-width: 0; padding: 13px; border: 1px solid var(--line); border-radius: 10px; }.member-columns legend { padding: 0 5px; color: var(--muted); font-size: 11px; font-weight: 800; }.check-list { display: grid; gap: 6px; }.check-option { display: flex; align-items: center; gap: 8px; padding: 7px; border-radius: 7px; cursor: pointer; }.check-option:hover { background: var(--surface-soft); }.check-option input { width: auto; accent-color: var(--teal); }.check-option span, .check-option small { display: block; }.check-option span { font-size: 12px; }.check-option small { margin-top: 2px; color: var(--muted); font-size: 10px; }
.dialog { width: min(600px, calc(100% - 24px)); padding: 25px; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); }.dialog::backdrop { background: rgba(19,32,43,.35); backdrop-filter: blur(3px); }.dialog-head { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 20px; }.dialog-head h3 { margin: 0; font-size: 22px; }.dialog-actions { display: flex; justify-content: flex-end; gap: 8px; margin-top: 7px; }
.toast { position: fixed; z-index: 20; top: 18px; left: 50%; max-width: calc(100% - 32px); padding: 10px 15px; border: 1px solid var(--line); border-radius: 9px; color: var(--ink); background: #fff; box-shadow: var(--shadow); font-size: 12px; opacity: 0; pointer-events: none; transform: translate(-50%, -12px); transition: opacity .2s, transform .2s; }.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }.toast[data-type="success"] { color: #156e61; border-color: #b5ded4; background: #f0fbf8; }.toast[data-type="warning"] { color: #805b17; border-color: #f1d7a5; background: #fff9ed; }.toast[data-type="error"] { color: #9a3c3c; border-color: #efc4c2; background: #fff5f4; }
@media (max-width: 1060px) { .sidebar { width: 220px; flex-basis: 220px; }.workspace-body { padding: 30px; }.topbar { padding: 0 30px; }.project-layout { grid-template-columns: 1fr; }.project-side { grid-template-columns: repeat(2, minmax(0,1fr)); }.inline-form { grid-template-columns: 1fr 1fr 1fr; }.inline-form input:nth-child(4) { grid-column: 1 / 3; }.inline-form button { grid-column: 3; } }
@media (max-width: 760px) { .app-shell { display: block; }.sidebar { width: 100%; height: auto; padding: 12px 14px; border-right: 0; border-bottom: 1px solid #d8e2e0; }.sidebar-brand { padding: 0 5px 12px; }.primary-nav { display: flex; margin-bottom: 12px; }.nav-item { width: auto; }.sidebar-section-title, .sidebar-footer { display: none; }.project-list { display: flex; max-height: none; overflow-x: auto; padding-bottom: 5px; }.project-nav-item { min-width: 190px; background: rgba(255,255,255,.45); }.topbar { min-height: 56px; padding: 0 18px; }.topbar-user > span:not(.avatar):not(.role-badge) { display: none; }.workspace-body { padding: 24px 16px 42px; }.page-heading, .project-heading { display: block; }.heading-actions { margin-top: 17px; }.metric-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }.toolbar { flex-wrap: wrap; }.search-control { width: 100%; }.toolbar select { flex: 1; min-width: 0; }.check-filter { margin-left: 0; }.table-wrap { overflow-x: auto; }.project-table { min-width: 760px; }.project-summary-strip { grid-template-columns: repeat(2, minmax(0,1fr)); }.project-summary-strip > div:nth-child(2) { border-right: 0; }.project-summary-strip > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }.project-side, .admin-grid { grid-template-columns: 1fr; }.admin-card--wide { grid-column: auto; }.editor-grid, .meeting-grid, .form-grid, .note-columns, .member-columns { grid-template-columns: 1fr; }.editor-span, .meeting-grid .editor-span { grid-column: auto; }.inline-form { grid-template-columns: 1fr 1fr; }.inline-form input:nth-child(4), .inline-form button { grid-column: auto; }.user-row { grid-template-columns: 30px minmax(0,1fr) auto; }.user-row .text-button { grid-column: 2 / 4; }.login-panel { padding: 32px 24px; } }

.public-page { min-height: 100vh; background: radial-gradient(circle at 8% 0, #d8f0eb 0, transparent 32%), radial-gradient(circle at 100% 100%, #e9e3d2 0, transparent 35%), var(--canvas); }
.public-topbar { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 0 max(22px, calc((100vw - 1180px) / 2)); border-bottom: 1px solid rgba(219,228,230,.85); background: rgba(255,255,255,.78); }
.public-brand { display: flex; align-items: center; gap: 11px; }.public-brand strong, .public-brand span { display: block; }.public-brand strong { font-size: 14px; }.public-brand div span { margin-top: 2px; color: var(--muted); font-size: 10px; letter-spacing: .08em; }.public-access-badge { padding: 6px 10px; border-radius: 999px; color: var(--teal-dark); background: var(--teal-soft); font-size: 11px; font-weight: 800; }
.public-shell { max-width: 1180px; margin: 0 auto; padding: 46px 22px 72px; }.public-state { min-height: 50vh; display: grid; place-items: center; align-content: center; gap: 10px; color: var(--muted); text-align: center; }.public-state p { margin: 0; }.public-state--error { color: var(--ink); }.public-state--error h1 { margin: 5px 0 0; font-size: 28px; }.public-error-mark { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; color: #9a3c3c; background: var(--red-soft); font-size: 22px; font-weight: 800; }.public-spinner { width: 30px; height: 30px; border: 3px solid #cce5e1; border-top-color: var(--teal); border-radius: 50%; animation: public-spin .8s linear infinite; }@keyframes public-spin { to { transform: rotate(360deg); } }
.public-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 26px; margin-bottom: 24px; }.public-heading h1 { margin: 11px 0 8px; font-size: clamp(30px, 5vw, 48px); }.public-heading-line { display: flex; align-items: center; gap: 7px; }.public-updated { min-width: 155px; padding: 14px 16px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.7); }.public-updated span, .public-updated small { display: block; color: var(--muted); font-size: 10px; }.public-updated strong { display: block; margin: 5px 0 3px; font-size: 14px; }.public-summary-card { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); margin-bottom: 18px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); }.public-summary-card > div { min-height: 102px; padding: 17px 20px; border-right: 1px solid var(--line); }.public-summary-card > div:last-child { border-right: 0; }.public-summary-card span, .public-summary-card small { display: block; color: var(--muted); font-size: 11px; }.public-summary-card strong { display: block; margin: 6px 0 3px; font-size: 24px; letter-spacing: -.04em; }.public-progress { display: flex; align-items: center; gap: 9px; margin-top: 6px; }.public-progress .mini-progress { width: 110px; }.public-progress strong { margin: 0; font-size: 23px; }.public-layout { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(290px, .8fr); gap: 18px; align-items: start; }.public-main, .public-side { display: grid; gap: 18px; min-width: 0; }.public-card { padding: 23px; }.public-card .section-head { margin-bottom: 16px; }.public-card .section-head h2 { margin: 0; font-size: 19px; letter-spacing: -.025em; }.public-copy { margin: 0; color: #52636a; line-height: 1.75; white-space: pre-wrap; }.public-card .milestone-top h3 { margin: 0 0 7px; font-size: 15px; line-height: 1.35; }.public-detail-list { display: grid; gap: 13px; }.public-detail-list > div { padding-bottom: 12px; border-bottom: 1px solid #edf1f1; }.public-detail-list > div:last-child { padding-bottom: 0; border-bottom: 0; }.public-detail-list span { display: block; margin-bottom: 5px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }.public-detail-list strong, .public-detail-list p { display: block; margin: 0; font-size: 12px; line-height: 1.55; }.public-detail-list p { color: #52636a; white-space: pre-wrap; }.public-card .empty-inline { padding: 20px 0; }.public-card .activity-list { gap: 15px; }
@media (max-width: 760px) { .public-topbar { padding: 0 16px; }.public-shell { padding: 30px 16px 50px; }.public-heading { display: block; }.public-updated { margin-top: 17px; }.public-summary-card { grid-template-columns: repeat(2, minmax(0,1fr)); }.public-summary-card > div:nth-child(2) { border-right: 0; }.public-summary-card > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }.public-summary-card > div:nth-child(4) { border-right: 0; }.public-layout { grid-template-columns: 1fr; }.public-card { padding: 19px; } }
