/* ============================================================
   德阳市第六人民医院办公室全面工作管理系统 — 全局样式
   ============================================================ */
:root {
  --brand: #1a5fb4;
  --brand-dark: #12437f;
  --brand-light: #e8f1fc;
  --brand-2: #0d7d78;
  --danger: #d93025;
  --warn: #e8a33d;
  --ok: #1e8e5a;
  --txt: #1f2733;
  --txt-2: #5a6675;
  --txt-3: #8b98a8;
  --line: #e3e8ef;
  --bg: #f4f6fa;
  --card: #ffffff;
  --radius: 8px;
  --shadow: 0 1px 3px rgba(16, 40, 73, .06), 0 6px 18px rgba(16, 40, 73, .05);
  --el-color-primary: #1a5fb4;
  --el-border-radius-base: 6px;
}

* { box-sizing: border-box; }

html, body, #app {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Source Han Sans SC", Arial, sans-serif;
  font-size: 14px;
  color: var(--txt);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}

.boot-loading {
  height: 100%; display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 10px;
}
.boot-logo { font-size: 24px; font-weight: 700; color: var(--brand); letter-spacing: 2px; }
.boot-sub { font-size: 16px; color: var(--txt-2); letter-spacing: 3px; }
.boot-tip { font-size: 12px; color: var(--txt-3); margin-top: 14px; }

/* ---------------- 登录页 ---------------- */
.login-wrap {
  height: 100%; display: flex; align-items: center; justify-content: center;
  background:
    radial-gradient(1200px 600px at 12% 8%, rgba(26, 95, 180, .16), transparent 60%),
    radial-gradient(900px 500px at 88% 92%, rgba(13, 125, 120, .14), transparent 60%),
    linear-gradient(135deg, #eef3fa 0%, #e6eef8 50%, #eaf2f1 100%);
}
.login-card {
  width: 940px; max-width: 94vw; min-height: 480px; display: flex;
  background: #fff; border-radius: 14px; overflow: hidden;
  box-shadow: 0 20px 60px rgba(16, 40, 73, .16);
}
.login-left {
  flex: 1.15; padding: 48px 44px; color: #fff; position: relative;
  background: linear-gradient(150deg, #12437f 0%, #1a5fb4 55%, #176a9e 100%);
  display: flex; flex-direction: column; justify-content: center;
}
.login-left::after {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(420px 220px at 80% 12%, rgba(255,255,255,.14), transparent 70%);
}
.login-left h1 { font-size: 27px; margin: 0 0 8px; letter-spacing: 1px; font-weight: 700; position: relative; }
.login-left h2 { font-size: 16px; font-weight: 400; margin: 0 0 26px; opacity: .92; letter-spacing: 3px; position: relative; }
.login-left .divider { width: 56px; height: 3px; background: rgba(255,255,255,.7); margin-bottom: 24px; position: relative; }
.login-left p { line-height: 2; font-size: 13px; opacity: .9; margin: 0; position: relative; }
.login-left .badge-row { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 28px; position: relative; }
.login-left .badge {
  font-size: 12px; padding: 5px 11px; border-radius: 20px;
  background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.28);
}
.login-right { flex: 1; padding: 56px 48px; display: flex; flex-direction: column; justify-content: center; }
.login-right h3 { font-size: 20px; margin: 0 0 6px; }
.login-right .hint { color: var(--txt-3); font-size: 13px; margin-bottom: 30px; }
.login-right .el-form-item { margin-bottom: 22px; }
.login-btn { width: 100%; height: 42px; font-size: 15px; letter-spacing: 4px; }
.login-foot { margin-top: 22px; font-size: 12px; color: var(--txt-3); line-height: 1.9; }
.login-foot b { color: var(--brand); }

/* ---------------- 布局 ---------------- */
.layout { height: 100%; display: flex; }

.side {
  width: 232px; flex-shrink: 0; background: #10305c; color: #c8d7ea;
  display: flex; flex-direction: column; transition: width .2s;
}
.side.collapsed { width: 64px; }
.side-head {
  height: 64px; display: flex; align-items: center; gap: 10px;
  padding: 0 16px; border-bottom: 1px solid rgba(255,255,255,.08); flex-shrink: 0;
}
.side-head .logo {
  width: 34px; height: 34px; border-radius: 8px; flex-shrink: 0;
  background: linear-gradient(135deg, #2b8ae0, #1a5fb4);
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; color: #fff; font-size: 15px;
}
.side-head .tt { overflow: hidden; white-space: nowrap; }
.side-head .tt b { display: block; font-size: 13px; color: #fff; letter-spacing: .5px; }
.side-head .tt span { font-size: 10px; color: #7f9dc4; letter-spacing: 1px; }

.side-menu { flex: 1; overflow-y: auto; padding: 8px 0 20px; }
.side-menu::-webkit-scrollbar { width: 5px; }
.side-menu::-webkit-scrollbar-thumb { background: rgba(255,255,255,.16); border-radius: 3px; }

.menu-group { padding: 14px 18px 6px; font-size: 11px; color: #6b8ab5; letter-spacing: 2px; }
.side.collapsed .menu-group { display: none; }

.menu-item {
  display: flex; align-items: center; gap: 10px; padding: 9px 18px;
  font-size: 13.5px; cursor: pointer; color: #c8d7ea; white-space: nowrap;
  border-left: 3px solid transparent; transition: all .15s;
}
.menu-item:hover { background: rgba(255,255,255,.06); color: #fff; }
.menu-item.active { background: rgba(43,138,224,.22); color: #fff; border-left-color: #4da3f0; font-weight: 600; }
.menu-item .mi { font-size: 16px; flex-shrink: 0; }
.side.collapsed .menu-item { justify-content: center; padding: 12px 0; }
.side.collapsed .menu-item .mt { display: none; }
.menu-item .badge-dot {
  margin-left: auto; background: var(--danger); color: #fff; font-size: 10px;
  border-radius: 9px; padding: 1px 6px; line-height: 15px;
}
.side.collapsed .badge-dot { display: none; }

.main { flex: 1; display: flex; flex-direction: column; min-width: 0; }

.topbar {
  height: 64px; background: #fff; border-bottom: 1px solid var(--line);
  display: flex; align-items: center; padding: 0 20px; gap: 14px; flex-shrink: 0;
}
.topbar .crumb { font-size: 15px; font-weight: 600; }
.topbar .crumb small { font-weight: 400; color: var(--txt-3); font-size: 12px; margin-left: 10px; }
.topbar .spacer { flex: 1; }
.icon-btn {
  width: 36px; height: 36px; border-radius: 8px; display: flex; align-items: center;
  justify-content: center; cursor: pointer; color: var(--txt-2); position: relative;
  transition: background .15s;
}
.icon-btn:hover { background: var(--brand-light); color: var(--brand); }
.icon-btn .dot {
  position: absolute; top: 5px; right: 5px; min-width: 16px; height: 16px;
  background: var(--danger); color: #fff; font-size: 10px; border-radius: 8px;
  display: flex; align-items: center; justify-content: center; padding: 0 4px;
}
.user-chip {
  display: flex; align-items: center; gap: 9px; padding: 5px 12px 5px 6px;
  border-radius: 22px; cursor: pointer; transition: background .15s;
}
.user-chip:hover { background: var(--brand-light); }
.user-chip .av {
  width: 30px; height: 30px; border-radius: 50%; color: #fff; font-size: 12px;
  background: linear-gradient(135deg, #2b8ae0, #12437f);
  display: flex; align-items: center; justify-content: center;
}
.user-chip .un { font-size: 13px; line-height: 1.25; }
.user-chip .un b { display: block; font-weight: 600; }
.user-chip .un span { font-size: 11px; color: var(--txt-3); }

.content { flex: 1; overflow-y: auto; padding: 18px 20px 28px; }
.content::-webkit-scrollbar { width: 8px; }
.content::-webkit-scrollbar-thumb { background: #cfd8e3; border-radius: 4px; }

.page-head { display: flex; align-items: flex-end; gap: 12px; margin-bottom: 16px; flex-wrap: wrap; }
.page-head h2 { font-size: 19px; margin: 0; }
.page-head .desc { color: var(--txt-3); font-size: 12.5px; padding-bottom: 2px; }
.page-head .ops { margin-left: auto; display: flex; gap: 8px; flex-wrap: wrap; }

/* ---------------- 卡片 ---------------- */
.card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow); padding: 16px 18px; margin-bottom: 16px;
}
.card-title {
  font-size: 14px; font-weight: 600; margin: 0 0 14px; padding-left: 10px;
  border-left: 3px solid var(--brand); line-height: 1.2;
  display: flex; align-items: center; gap: 8px;
}
.card-title .sub { font-weight: 400; color: var(--txt-3); font-size: 12px; }
.card-title .right { margin-left: auto; font-weight: 400; }

.stat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(178px, 1fr)); gap: 14px; }
.stat-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 15px 16px; box-shadow: var(--shadow); position: relative; overflow: hidden;
}
.stat-card::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: var(--brand); }
.stat-card.ok::before { background: var(--ok); }
.stat-card.warn::before { background: var(--warn); }
.stat-card.danger::before { background: var(--danger); }
.stat-card .lb { font-size: 12.5px; color: var(--txt-2); display: flex; align-items: center; gap: 6px; }
.stat-card .vl { font-size: 27px; font-weight: 700; margin: 7px 0 3px; color: var(--txt); line-height: 1; }
.stat-card .vl small { font-size: 12px; font-weight: 400; color: var(--txt-3); margin-left: 4px; }
.stat-card .ft { font-size: 11.5px; color: var(--txt-3); }

.chart-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)); gap: 16px; }
.chart-box { height: 290px; }

/* ---------------- 状态点 ---------------- */
.lv { display: inline-flex; align-items: center; gap: 5px; font-size: 12.5px; }
.lv i { width: 8px; height: 8px; border-radius: 50%; display: inline-block; }
.lv.green i { background: var(--ok); box-shadow: 0 0 0 3px rgba(30,142,90,.15); }
.lv.yellow i { background: var(--warn); box-shadow: 0 0 0 3px rgba(232,163,61,.18); }
.lv.red i { background: var(--danger); box-shadow: 0 0 0 3px rgba(217,48,37,.16); }

.tag-soft {
  display: inline-block; padding: 1px 8px; border-radius: 4px; font-size: 12px;
  background: var(--brand-light); color: var(--brand); border: 1px solid #cfe0f5;
}
.tag-soft.ok { background: #e8f6ef; color: var(--ok); border-color: #c6e6d6; }
.tag-soft.warn { background: #fdf4e6; color: #a8710f; border-color: #f2ddb6; }
.tag-soft.danger { background: #fdeceb; color: var(--danger); border-color: #f6cdc9; }
.tag-soft.gray { background: #f2f4f7; color: var(--txt-2); border-color: #e0e5ec; }

.toolbar { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; margin-bottom: 14px; }
.toolbar .grow { flex: 1; }

.pager { display: flex; justify-content: flex-end; margin-top: 14px; }

.el-table th.el-table__cell { background: #f7f9fc !important; color: var(--txt-2); font-weight: 600; }
.el-table .cell { font-size: 13px; }

.sop-steps { display: flex; flex-wrap: wrap; gap: 0; align-items: stretch; }
.sop-step {
  flex: 1 1 150px; background: #f7f9fc; border: 1px solid var(--line); border-radius: 6px;
  padding: 10px 12px; margin: 4px; position: relative; min-width: 140px;
}
.sop-step .n { font-size: 11px; color: #fff; background: var(--brand); border-radius: 10px; padding: 1px 8px; display: inline-block; }
.sop-step .t { font-weight: 600; margin: 7px 0 4px; font-size: 13px; }
.sop-step .m { font-size: 11.5px; color: var(--txt-2); line-height: 1.7; }
.sop-step .m b { color: var(--txt-3); font-weight: 400; }

.alert-item {
  display: flex; align-items: flex-start; gap: 10px; padding: 11px 12px;
  border: 1px solid var(--line); border-radius: 7px; margin-bottom: 9px; background: #fff;
}
.alert-item.red { border-left: 3px solid var(--danger); background: #fffafa; }
.alert-item.yellow { border-left: 3px solid var(--warn); background: #fffdf7; }
.alert-item .ai-t { font-weight: 600; font-size: 13px; margin-bottom: 3px; }
.alert-item .ai-m { font-size: 12px; color: var(--txt-2); }
.alert-item .ai-r { margin-left: auto; text-align: right; font-size: 11.5px; color: var(--txt-3); white-space: nowrap; }

.desc-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 10px 24px; }
.desc-grid .di { display: flex; font-size: 13px; line-height: 2; border-bottom: 1px dashed var(--line); padding: 2px 0; }
.desc-grid .di .k { color: var(--txt-3); width: 108px; flex-shrink: 0; }
.desc-grid .di .v { flex: 1; word-break: break-all; }

.muted { color: var(--txt-3); font-size: 12px; }
.mono { font-family: Consolas, Monaco, "Courier New", monospace; font-size: 12.5px; }
.center-empty { text-align: center; color: var(--txt-3); padding: 40px 0; font-size: 13px; }

.timeline-mini { padding-left: 4px; }
.tl-item { position: relative; padding: 0 0 16px 20px; border-left: 1px solid var(--line); }
.tl-item:last-child { border-left-color: transparent; padding-bottom: 0; }
.tl-item::before {
  content: ""; position: absolute; left: -4.5px; top: 3px; width: 8px; height: 8px;
  border-radius: 50%; background: var(--brand); border: 2px solid #fff;
}
.tl-item .tl-t { font-size: 13px; font-weight: 600; }
.tl-item .tl-m { font-size: 12px; color: var(--txt-2); margin-top: 3px; line-height: 1.8; }
.tl-item .tl-d { font-size: 11.5px; color: var(--txt-3); margin-top: 3px; }

@media (max-width: 1100px) {
  .login-card { flex-direction: column; }
  .login-left { padding: 32px 28px; }
  .login-right { padding: 32px 28px; }
}

/* ============================================================
   创建三级老年病专科医院模块
   ============================================================ */

/* ---------- 阶段卡片 ---------- */
.phase-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: 14px; }
.phase-card {
  border: 1px solid var(--line); border-radius: 8px; padding: 14px 16px;
  background: #fbfcfe; position: relative;
}
.phase-card.on { border-color: #a9c8ec; background: #f4f9ff; box-shadow: 0 1px 0 #dbe8f8 inset; }
.phase-card.lite { background: #fff; }
.phase-card .pc-h { display: flex; align-items: center; gap: 8px; margin-bottom: 6px; }
.phase-card .pc-code {
  font-family: Consolas, Monaco, monospace; font-size: 11px; font-weight: 700;
  background: var(--brand); color: #fff; border-radius: 4px; padding: 1px 7px;
}
.phase-card .pc-name { font-weight: 600; font-size: 13.5px; flex: 1; }
.phase-card .pc-date { font-size: 11.5px; color: var(--txt-3); margin-bottom: 8px; }
.phase-card .pc-goal { font-size: 12.5px; color: var(--txt-2); line-height: 1.85; min-height: 46px; }
.phase-card .pc-ft {
  display: flex; justify-content: space-between; font-size: 11.5px; color: var(--txt-3); margin-top: 4px;
}

/* ---------- 阶段进度对比条 ---------- */
.phase-bar {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 14px; padding: 12px 14px; background: #f7f9fc; border-radius: 8px;
}
.phase-bar .pb-lb { display: block; font-size: 12px; color: var(--txt-3); margin-bottom: 6px; }
.phase-bar .pb-dev { font-size: 16px; font-weight: 700; line-height: 1.3; }
.phase-bar .pb-dev.ok { color: var(--ok); }
.phase-bar .pb-dev.bad { color: var(--danger); }

/* ---------- 预警滚动区 ---------- */
.alert-scroll { max-height: 300px; overflow-y: auto; padding-right: 4px; }
.alert-scroll::-webkit-scrollbar { width: 6px; }
.alert-scroll::-webkit-scrollbar-thumb { background: #cfd8e3; border-radius: 3px; }

/* ---------- 看板视图 ---------- */
.kb-wrap { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.kb-col { background: #f7f9fc; border-radius: 8px; display: flex; flex-direction: column; min-width: 0; }
.kb-h {
  display: flex; align-items: center; justify-content: space-between;
  padding: 10px 12px; font-size: 13px; font-weight: 600;
  border-bottom: 1px solid var(--line); border-top-left-radius: 8px; border-top-right-radius: 8px;
}
.kb-h.gray { color: #5a6675; background: #eef1f5; }
.kb-h.blue { color: #185fa5; background: #e9f2fd; }
.kb-h.teal { color: #0f6e56; background: #e6f5f1; }
.kb-h.green { color: #1e8e5a; background: #e8f6ef; }
.kb-h .kb-n {
  font-size: 11.5px; font-weight: 600; background: rgba(0,0,0,.06);
  border-radius: 10px; padding: 1px 8px;
}
.kb-body { padding: 10px; display: flex; flex-direction: column; gap: 9px; max-height: 620px; overflow-y: auto; }
.kb-body::-webkit-scrollbar { width: 6px; }
.kb-body::-webkit-scrollbar-thumb { background: #cfd8e3; border-radius: 3px; }
.kb-card {
  background: #fff; border: 1px solid var(--line); border-radius: 7px; padding: 10px 11px;
  cursor: pointer; transition: .15s; border-left: 3px solid var(--line);
}
.kb-card:hover { box-shadow: 0 2px 10px rgba(26,95,180,.13); transform: translateY(-1px); }
.kb-card.redline { border-left-color: var(--danger); }
.kb-card.red { background: #fffafa; }
.kb-card .kc-t { display: flex; align-items: center; justify-content: space-between; margin-bottom: 5px; }
.kb-card .kc-t .mono { font-size: 11px; color: var(--txt-3); }
.kb-card .kc-name { font-size: 13px; font-weight: 600; line-height: 1.55; margin-bottom: 6px; }
.kb-card .kc-tag {
  display: inline-block; font-size: 11px; color: var(--brand);
  background: var(--brand-light); border-radius: 4px; padding: 1px 6px; margin-bottom: 8px;
}
.kb-card .kc-ft {
  display: flex; justify-content: space-between; font-size: 11px; color: var(--txt-3); margin-top: 6px;
}
.kb-card .kc-ft .overdue { color: var(--danger); font-weight: 600; }
.kb-card .kc-ft .overdue b { font-weight: 600; }

/* ---------- 甘特图 ---------- */
.gt-wrap { border: 1px solid var(--line); border-radius: 8px; overflow: hidden; }
.gt-axis {
  display: flex; background: #f7f9fc; border-bottom: 1px solid var(--line);
  font-size: 11.5px; color: var(--txt-3);
}
.gt-axis-label { width: 300px; flex-shrink: 0; padding: 8px 12px; font-weight: 600; }
.gt-axis-track { position: relative; flex: 1; height: 34px; }
.gt-tick { position: absolute; top: 0; bottom: 0; border-left: 1px dashed #dde3ec; }
.gt-tick span { position: absolute; top: 9px; left: 4px; white-space: nowrap; }
.gt-body { max-height: 620px; overflow-y: auto; }
.gt-body::-webkit-scrollbar { width: 7px; }
.gt-body::-webkit-scrollbar-thumb { background: #cfd8e3; border-radius: 4px; }
.gt-row { display: flex; align-items: center; border-bottom: 1px solid #f2f5f9; cursor: pointer; }
.gt-row:hover { background: #fafcff; }
.gt-name {
  width: 300px; flex-shrink: 0; padding: 7px 12px; display: flex; gap: 7px; align-items: center;
  font-size: 12.5px; overflow: hidden;
}
.gt-name .mono { font-size: 11px; color: var(--txt-3); flex-shrink: 0; }
.gt-name .gt-tn { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.gt-name .gt-tn.rl { color: var(--danger); font-weight: 600; }
.gt-track { position: relative; flex: 1; height: 34px; }
.gt-phase-bg { position: absolute; top: 0; bottom: 0; background: #f5f7fa; border-right: 1px solid #e8edf4; }
.gt-bar {
  position: absolute; top: 8px; height: 18px; border-radius: 4px; background: #d6e4f5;
  overflow: hidden; min-width: 6px; display: flex; align-items: center;
}
.gt-bar .gt-bar-in { position: absolute; left: 0; top: 0; bottom: 0; background: #4a90d9; border-radius: 4px 0 0 4px; }
.gt-bar.bar-进行中 .gt-bar-in { background: #2b8ae0; }
.gt-bar.bar-未启动 { background: #eef1f5; }
.gt-bar.bar-未启动 .gt-bar-in { background: #c8d2de; }
.gt-bar.bar-已提交 .gt-bar-in { background: #0d7d78; }
.gt-bar.bar-已达标 .gt-bar-in, .gt-bar.bar-已销号 .gt-bar-in, .gt-bar.bar-已完成 .gt-bar-in { background: #1e8e5a; }
.gt-bar .gt-bar-txt {
  position: relative; z-index: 2; font-size: 10.5px; color: #fff; padding-left: 6px;
  font-weight: 600; text-shadow: 0 0 2px rgba(0,0,0,.28);
}
.gt-flag { position: absolute; top: 2px; width: 0; height: 0; border-left: 5px solid transparent; border-right: 5px solid transparent; }
.gt-flag.red { border-top: 7px solid var(--danger); }
.gt-flag.yellow { border-top: 7px solid var(--warn); }
.gt-owner {
  width: 118px; flex-shrink: 0; padding: 7px 12px; font-size: 11.5px; color: var(--txt-3);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}

/* ---------- 分类体系折叠标题 ---------- */
.cat-ti { display: flex; align-items: center; gap: 9px; width: 100%; padding-right: 12px; font-size: 13.5px; }
.cat-ti .cat-code {
  font-family: Consolas, Monaco, monospace; font-size: 11px; font-weight: 700;
  background: var(--brand-light); color: var(--brand); border-radius: 4px; padding: 1px 7px;
}
.cat-ti .cat-code.rl { background: #fdeceb; color: var(--danger); }
.cat-desc { font-size: 12.5px; line-height: 1.85; }

/* ---------- 模拟评审报告 ---------- */
.rpt-h { border-bottom: 1px solid var(--line); padding-bottom: 12px; }
.rpt-h h3 { margin: 0 0 6px; font-size: 17px; }
.rpt-text { font-size: 13px; line-height: 2; color: var(--txt-2); white-space: pre-line; }
.rpt-foot { margin-top: 14px; padding-top: 12px; border-top: 1px dashed var(--line); font-size: 11.5px; line-height: 1.9; }

@media (max-width: 1400px) {
  .kb-wrap { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  .kb-wrap { grid-template-columns: minmax(0, 1fr); }
  .gt-axis-label, .gt-name { width: 180px; }
  .gt-owner { display: none; }
}


/* ============================================================
   启动载入遮罩：带 token 刷新页面时，先取回用户身份再渲染主框架
   ============================================================ */
.boot-veil {
  position: fixed; inset: 0; z-index: 9999;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 18px; background: #f4f6fa;
}
.boot-spin {
  width: 38px; height: 38px; border-radius: 50%;
  border: 3px solid #d8e2f0; border-top-color: var(--brand, #1a5fb4);
  animation: boot-rotate .8s linear infinite;
}
.boot-txt { font-size: 14px; color: #6b7a8d; letter-spacing: 1px; }
@keyframes boot-rotate { to { transform: rotate(360deg); } }
