:root { font-family: "Segoe UI", "Microsoft JhengHei UI", sans-serif; color: #173b43; background: #f3f7f5; font-synthesis: none; --deep: #123f48; --teal: #0a5660; --line: #e0e9e5; --muted: #738684; }
* { box-sizing: border-box; }
body { min-height: 100vh; margin: 0; background: radial-gradient(ellipse at 50% 0, #e6f0eb, transparent 440px), #f3f7f5; }
header { position: sticky; top: 0; z-index: 2; min-height: 69px; padding: 8px max(calc((100% - 920px) / 2), 20px); display: flex; align-items: center; justify-content: space-between; background: rgb(255 255 255 / 94%); border-bottom: 1px solid #e1eae5; backdrop-filter: blur(12px); }
header a { color: #42746f; font-size: 12px; font-weight: 700; }
.admin-brand { display: flex; align-items: center; gap: 12px; color: var(--deep); font-size: 13px; font-weight: 750; }
.admin-brand img { width: 116px; height: 40px; object-fit: contain; }
main { width: min(100% - 32px, 880px); margin: 30px auto 70px; }
.panel { margin: 14px 0; padding: 25px; border: 1px solid #e1e9e5; border-radius: 12px; background: #fff; box-shadow: 0 12px 32px rgb(24 65 62 / 6%); }
.login-panel { max-width: 450px; margin: 8vh auto; padding: 32px; }
.eyebrow { margin: 0 0 6px; color: #43887f; font-size: 10px; font-weight: 800; letter-spacing: .16em; }
h1 { margin: 0 0 8px; color: var(--deep); font-size: 24px; letter-spacing: .03em; }
.hint { margin: 4px 0 20px; color: var(--muted); font-size: 12px; line-height: 1.7; }
label { display: grid; gap: 7px; margin: 14px 0; color: #32595b; font-size: 12px; font-weight: 700; }
input, select, textarea { width: 100%; padding: 11px 12px; border: 1px solid #cbd9d3; border-radius: 7px; background: #fff; color: #193e43; font: inherit; font-weight: 400; }
input:focus, select:focus, textarea:focus { outline: 3px solid rgb(47 126 119 / 15%); border-color: #5f9e91; }
textarea { resize: vertical; line-height: 1.7; }
.check { display: flex; align-items: center; gap: 9px; }
.check input { width: 17px; height: 17px; accent-color: #126d73; }
.primary, .secondary { min-height: 40px; padding: 10px 14px; border: 0; border-radius: 7px; font: inherit; font-size: 12px; font-weight: 750; cursor: pointer; transition: background .18s ease; }
.primary { background: var(--teal); color: #fff; }
.primary:hover { background: #084a53; }
.secondary { background: #e8f1ed; color: #27675f; }
.secondary:hover { background: #dcebe4; }
.login-panel .primary { width: 100%; margin-top: 8px; }
.message { min-height: 20px; margin: 8px 0 0; color: #a44337; font-size: 12px; }
.manager-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; border-left: 3px solid #b38a4f; }
.manager-heading .hint { margin-bottom: 0; }
.hospital-sync-panel { display: flex; align-items: center; justify-content: space-between; gap: 20px; border-left: 3px solid #4b9586; }
.hospital-sync-panel h2 { margin: 0; color: var(--deep); font-size: 16px; }
.hospital-sync-panel .hint { max-width: 630px; margin-bottom: 8px; }
.hospital-sync-panel .message { color: #39746c; }
.editor h2, .list-heading h2 { margin: 0; color: var(--deep); font-size: 17px; }
.editor small { color: #81918f; font-size: 11px; font-weight: 400; }
.list-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 15px; }
.admin-list { display: grid; gap: 9px; }
.admin-item { padding: 15px; border: 1px solid var(--line); border-radius: 8px; background: #fcfdfc; }
.admin-item-top { display: flex; justify-content: space-between; gap: 12px; }
.admin-item h3 { margin: 0; color: #294f52; font-size: 14px; }
.admin-item time, .admin-item p { color: #778986; font-size: 12px; }
.admin-item p { white-space: pre-wrap; overflow-wrap: anywhere; line-height: 1.7; }
.admin-item .admin-publisher { margin: 5px 0 0; white-space: normal; }
.tag { display: inline-block; margin: 7px 0 0; padding: 4px 8px; border-radius: 4px; background: #edf4f0; color: #39746c; font-size: 10px; }
.delete { min-height: 31px; align-self: flex-start; padding: 6px 9px; border: 1px solid #e7cbc6; border-radius: 6px; background: #fff9f8; color: #9a453a; font: inherit; font-size: 11px; cursor: pointer; }
.delete:hover { background: #fff0ed; }
.empty { padding: 20px; color: #82928f; text-align: center; font-size: 12px; }
.hidden { display: none !important; }
:focus-visible { outline: 3px solid rgb(47 126 119 / 35%); outline-offset: 2px; }
@media (max-width: 540px) {
  header { min-height: 62px; padding-inline: 14px; }
  .admin-brand { gap: 7px; font-size: 11px; }
  .admin-brand img { width: 83px; height: 32px; }
  main { width: min(100% - 22px, 880px); margin-top: 18px; }
  .panel, .login-panel { padding: 18px; }
  .manager-heading { align-items: flex-start; }
  .hospital-sync-panel { align-items: flex-start; flex-direction: column; }
  .admin-item-top { flex-direction: column; }
  .delete { align-self: flex-end; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { transition: none !important; } }
