
#panel-tippost.panel{background:#e6f2fb;padding-top:6px;box-sizing:border-box}

.tippost-head{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;margin:0;padding:10px 4px;box-sizing:border-box;min-height:48px}
.tippost-subtabs{display:flex;justify-content:flex-start;gap:6px;flex:1;min-width:0;align-items:center;margin-left:3px}
.tippost-sub{display:inline-flex;align-items:center;gap:5px;font-size:14px;padding:6px 12px;border-radius:8px;border:1px solid #cbd5e1;background:#f8fafc;color:#475569;cursor:pointer;white-space:nowrap}
.tippost-sub-icon{font-size:16px;line-height:1;flex-shrink:0}
.tippost-sub:hover{background:#e2e8f0}
.tippost-sub.active{background:#122c68;color:#fff;border-color:#122c68}
.tippost-publish-btn{font-size:14px;padding:6px 12px;background:#122c68;color:#fff;border-radius:8px;text-decoration:none;border:none;cursor:pointer}
.tippost-publish-btn:hover{opacity:.9}
.tippost-publish-modal{position:fixed;inset:0;z-index:100;display:flex;align-items:center;justify-content:center;padding:16px;box-sizing:border-box;background:rgba(0,0,0,.5)}
.tippost-publish-modal .tippost-publish-form{background:#fff;border-radius:12px;max-width:520px;width:100%;max-height:90vh;overflow:auto;box-shadow:0 8px 32px rgba(0,0,0,.2)}
.tippost-publish-modal .tippost-publish-form h3{margin:0 0 16px;padding:16px 16px 0;font-size:18px;color:#1e293b}
.tippost-publish-modal .form-row{margin-bottom:12px;padding:0 16px}
.tippost-publish-modal .form-row label{display:block;margin-bottom:4px;font-size:14px;color:#475569}
.tippost-publish-modal .form-row input,.tippost-publish-modal .form-row textarea{width:100%;padding:10px 12px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;box-sizing:border-box}
.tippost-publish-modal .form-row textarea{min-height:160px;resize:vertical}
.tippost-publish-modal .tippost-publish-rich{width:100%;padding:10px 12px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;box-sizing:border-box;min-height:200px;max-height:52vh;overflow:auto;line-height:1.6;word-break:break-word}
.tippost-publish-modal .tippost-publish-rich:focus{outline:none;border-color:#122c68;box-shadow:0 0 0 3px rgba(18,44,104,.12)}
.tippost-publish-modal .tippost-publish-rich img,.tippost-publish-modal .tippost-publish-rich picture,.tippost-publish-modal .tippost-publish-rich video,.tippost-publish-modal .tippost-publish-rich iframe{max-width:100%;height:auto}
.tippost-publish-modal .form-actions{padding:16px;display:flex;gap:10px;justify-content:flex-end}
.tippost-publish-modal .form-actions button{padding:8px 16px;border-radius:8px;font-size:14px;cursor:pointer;border:none}
.tippost-publish-modal .form-actions .btn-cancel{background:#e2e8f0;color:#475569}
.tippost-publish-modal .form-actions .btn-submit{background:#122c68;color:#fff}
.tippost-publish-modal .form-actions .btn-submit:disabled{opacity:.6;cursor:not-allowed}
.tippost-publish-modal .tippost-publish-upload{margin-top:8px;position:relative}
.tippost-publish-modal .btn-upload-img{display:inline-block;padding:10px 16px;font-size:14px;background:#e2e8f0;color:#475569;border:none;border-radius:8px;cursor:pointer;min-height:44px;line-height:1.3;box-sizing:border-box;text-decoration:none}
.tippost-publish-modal .btn-upload-img:hover{background:#cbd5e1}
.tippost-publish-modal .btn-upload-img:active{background:#cbd5e1}
.tippost-publish-modal .tippost-publish-progress-list{margin-top:8px}
.tippost-publish-modal .tippost-publish-progress-item{display:flex;align-items:center;gap:8px;margin-bottom:6px;font-size:12px}
.tippost-publish-modal .tippost-publish-progress-item .name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.tippost-publish-modal .tippost-publish-progress-item .bar{flex:2;height:8px;background:#e2e8f0;border-radius:4px;overflow:hidden}
.tippost-publish-modal .tippost-publish-progress-item .fill{height:100%;width:0;background:#122c68;transition:width .2s}
.tippost-publish-modal .tippost-publish-progress-item .pct{flex-shrink:0;width:48px;text-align:right}
.tippost-publish-modal .tippost-publish-progress-item.done .pct{color:#122c68}
.tippost-publish-modal .tippost-publish-progress-item.err .pct{color:#c00}
.tippost-publish-modal .tippost-publish-progress-batch .name{font-weight:600;color:#334155}
.tippost-publish-modal .tippost-publish-gallery-wrap{margin-top:10px;padding-top:8px;border-top:1px dashed #e2e8f0}
.tippost-publish-modal .tippost-publish-gallery-label{font-size:12px;color:#64748b;margin-bottom:6px}
.tippost-publish-modal .tippost-image-gallery-strip{display:flex;flex-wrap:wrap;gap:8px;min-height:0}
.tippost-publish-modal .tippost-image-gallery-item{position:relative;display:flex;flex-direction:column;align-items:stretch;width:72px;border-radius:8px;border:1px solid #e2e8f0;background:#f8fafc;overflow:hidden;cursor:grab;box-shadow:0 1px 2px rgba(0,0,0,.06)}
.tippost-publish-modal .tippost-image-gallery-item--drag{opacity:.85;box-shadow:0 4px 12px rgba(18,44,104,.2)}
.tippost-publish-modal .tippost-image-gallery-thumb{width:72px;height:56px;object-fit:cover;display:block;background:#e2e8f0}
.tippost-publish-modal .tippost-image-gallery-tools{display:flex;align-items:center;justify-content:space-between;gap:2px;padding:4px;background:#fff;border-top:1px solid #e2e8f0}
.tippost-publish-modal .tippost-image-gallery-draghint{font-size:10px;color:#94a3b8;cursor:grab;user-select:none;line-height:1;padding:0 2px}
.tippost-publish-modal .tippost-image-gallery-btn{flex:1;min-width:0;padding:2px 0;font-size:11px;border:none;border-radius:4px;background:#e2e8f0;color:#475569;cursor:pointer;line-height:1.2}
.tippost-publish-modal .tippost-image-gallery-btn:hover{background:#cbd5e1}
.tippost-publish-modal .tippost-image-gallery-btn-del{background:#fee2e2;color:#b91c1c}
.tippost-publish-modal .tippost-image-gallery-btn-del:hover{background:#fecaca}
.tippost-item-actions{display:flex;flex-wrap:wrap;gap:10px;margin:8px 0 12px;align-items:center}
.tippost-item-actions .tp-edit-btn,.tippost-item-actions .tp-del-btn{
  font-size:13px;font-weight:700;padding:8px 14px;border-radius:10px;border:1px solid transparent;cursor:pointer;
  box-shadow:0 2px 6px rgba(15,23,42,.08);transition:opacity .15s,transform .1s
}
.tippost-item-actions .tp-edit-btn:active,.tippost-item-actions .tp-del-btn:active{transform:translateY(1px)}
.tippost-item-actions .tp-edit-btn{background:linear-gradient(180deg,#3b82f6 0%,#1d4ed8 100%);color:#fff;border-color:#1e40af}
.tippost-item-actions .tp-edit-btn:hover{opacity:.92}
.tippost-item-actions .tp-del-btn{background:linear-gradient(180deg,#f87171 0%,#dc2626 100%);color:#fff;border-color:#b91c1c}
.tippost-item-actions .tp-del-btn:hover{opacity:.92}
.tippost-image-upload-progress{
  position:fixed;
  left:50%;
  bottom:calc(22px + env(safe-area-inset-bottom, 0px));
  z-index:3600;
  width:min(88vw,360px);
  padding:12px 14px;
  border-radius:16px;
  background:rgba(255,255,255,.96);
  border:1px solid #dbe7f5;
  box-shadow:0 18px 44px rgba(15,23,42,.2);
  transform:translate(-50%,18px);
  opacity:0;
  pointer-events:none;
  transition:opacity .2s ease,transform .2s ease;
}
.tippost-image-upload-progress.show{
  opacity:1;
  transform:translate(-50%,0);
}
.tippost-image-upload-progress-title{
  margin-bottom:8px;
  color:#122c68;
  font-size:14px;
  font-weight:900;
}
.tippost-image-upload-progress-track{
  height:8px;
  border-radius:999px;
  background:#e8edf2;
  overflow:hidden;
}
.tippost-image-upload-progress-fill{
  width:0;
  height:100%;
  border-radius:999px;
  background:linear-gradient(135deg,#133260 0%,#2A4873 54%,#ffce44 100%);
  transition:width .18s ease;
}
.tippost-image-upload-progress-text{
  margin-top:7px;
  color:#64748b;
  font-size:12px;
  font-weight:800;
}
.tippost-image-upload-progress.is-done .tippost-image-upload-progress-text{color:#047857}
.tippost-image-upload-progress.is-error .tippost-image-upload-progress-text{color:#b91c1c}
.tippost-image-upload-progress.is-error .tippost-image-upload-progress-fill{background:#dc2626}
.tippost-list{display:flex;flex-direction:column;gap:8px;padding:8px 4px 10px;background:#e6f2fb;border-radius:0}
.tippost-loading-state{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:118px;
  padding:18px 14px;
  border:1px solid #dbe7f5;
  border-radius:14px;
  background:rgba(255,255,255,.78);
  box-shadow:0 6px 24px rgba(18,44,104,.08);
}
.tippost-loading-text{
  font-size:14px;
  font-weight:800;
  color:#334155;
}
.tippost-empty-state{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  min-height:148px;
  padding:24px 16px;
  border:1px solid #dbe7f5;
  border-radius:16px;
  background:linear-gradient(180deg,#fff 0%,#f8fbff 100%);
  box-shadow:0 6px 24px rgba(18,44,104,.08);
  text-align:center;
}
.tippost-empty-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:52px;
  height:52px;
  margin-bottom:10px;
  border-radius:50%;
  background:#eef4ff;
  font-size:26px;
}
.tippost-empty-title{
  color:#122c68;
  font-size:17px;
  font-weight:900;
  line-height:1.35;
}
.tippost-empty-sub{
  margin-top:6px;
  color:#64748b;
  font-size:13px;
  font-weight:700;
  line-height:1.55;
}
.tippost-item{border:1px solid #cbd5e1;border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 2px 6px rgba(0,0,0,.08)}

#panel-tippost .tippost-item.notice-card{
  position:relative;
  border:none;
  border-radius:10px;
  overflow:hidden;
  box-shadow:0 1px 4px rgba(30,60,90,.07);
  border-left:4px solid #94a3b8;
  background:#fff;
}
#panel-tippost .tippost-item.notice-card .tippost-item-head{
  width:100%;
  display:flex;
  align-items:center;
  gap:12px;
  padding:10px 12px 10px 10px;
  margin:0;
  border:none;
  border-radius:0;
  background:#fff;
  box-shadow:none;
  min-height:48px;
  box-sizing:border-box;
  cursor:pointer;
  text-align:left;
  font:inherit;
  -webkit-tap-highlight-color:transparent;
  position:relative;
  z-index:1;
}
#panel-tippost .tippost-item.notice-card .tippost-item-head:hover{
  background:#f8fafc;
}
#panel-tippost .tippost-item.notice-card .tippost-item-head[aria-expanded="true"]{
  background:#fff;
  border-bottom:1px solid #e2e8f0;
}

#panel-tippost .tippost-item.notice-card .tippost-item-head>.notice-icon{
  flex-shrink:0;
  font-size:26px;
  line-height:1;
  width:2rem;
  display:flex;
  align-items:center;
  justify-content:center;
  user-select:none;
  transform:translateY(-4px);
}
#panel-tippost .tippost-item.notice-card .tippost-item-head>.notice-content{
  flex:1;
  min-width:0;
  overflow:hidden;
  font-size:clamp(13px,3.5vw,15px);
  line-height:1.35;
  text-align:left;
  transform:translateY(-4px);
}
#panel-tippost .tippost-item.notice-card .tippost-item-head>.notice-content .notice-content-line{
  display:block;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  max-width:100%;
}
#panel-tippost .tippost-item.notice-card .tippost-item-head>.notice-content .notice-title-line{
  color:#0f172a;
  font-weight:800;
}
#panel-tippost .tippost-item.notice-card .tippost-item-head>.notice-content .notice-date-suffix{
  color:#64748b;
  font-weight:500;
}
#panel-tippost .tippost-item.notice-card .tippost-item-head>.notice-close.tippost-item-arrow{
  flex-shrink:0;
  cursor:pointer;
  color:#2563eb;
  font-weight:800;
  font-size:1rem;
  line-height:1;
  padding:4px 6px;
  user-select:none;
  transform:translateY(-4px);
  transition:color .12s,transform .12s;
}
#panel-tippost .tippost-item.notice-card .tippost-item-head>.notice-close.tippost-item-arrow:hover{
  color:#1d4ed8;
  transform:translateY(-4px) scale(1.06);
}

#panel-tippost .tippost-item.notice-card>.tippost-item-body.tippost-notice-body{
  margin:0;
  padding:12px 14px 14px;
  border:none;
  border-radius:0;
  background:#fff !important;
  box-shadow:none;
  position:relative;
  z-index:2;
  isolation:isolate;
}
#panel-tippost .tippost-item.notice-card>.tippost-item-body.tippost-notice-body > .tippost-notice-article{
  display:block;
  margin:0;
  padding:0;
  max-width:100%;
  overflow-x:auto;
  color:#111827;
  font-size:14px;
  line-height:1.6;
  font-weight:400;
  text-align:left;
  background:transparent;
}
#panel-tippost .tippost-font-tools{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:8px;
  margin:0 0 10px;
  font-size:13px;
  font-weight:800;
  color:#64748b;
}
#panel-tippost .tippost-font-tools button{
  border:1px solid #cbd5e1;
  border-radius:999px;
  background:#f8fafc;
  color:#122c68;
  font-size:18px;
  font-weight:800;
  width:34px;
  height:30px;
  padding:0;
  line-height:28px;
  cursor:pointer;
}
#panel-tippost .tippost-notice-article[style*="font-size"] *{
  font-size:inherit !important;
  line-height:inherit !important;
}
#panel-tippost .tippost-horse-name{
  color:#122c68 !important;
  font-weight:400 !important;
  font-size:1.06em !important;
}
#panel-tippost .rk-article-subtitle{
  margin:0 0 12px !important;
  color:#122c68;
  font-size:16px;
  line-height:1.45;
}
#panel-tippost .rk-article-subtitle strong{
  color:#122c68 !important;
  font-weight:900 !important;
}
#panel-tippost .tippost-item.notice-card>.tippost-item-body.tippost-notice-body > .tippost-notice-article *{
  font-weight:400;
}
#panel-tippost .tippost-item.notice-card>.tippost-item-body.tippost-notice-body > .tippost-notice-article strong,
#panel-tippost .tippost-item.notice-card>.tippost-item-body.tippost-notice-body > .tippost-notice-article b,
#panel-tippost .tippost-item.notice-card>.tippost-item-body.tippost-notice-body > .tippost-notice-article th{
  font-weight:700;
}
#panel-tippost .tippost-item.notice-card>.tippost-item-body.tippost-notice-body > .tippost-notice-article strong{
  color:#0f172a;
}
#panel-tippost .tippost-item.notice-card>.tippost-item-body.tippost-notice-body > .tippost-notice-article .notice-content{
  flex:none !important;
  display:block !important;
  min-width:0 !important;
  font-size:14px !important;
  line-height:1.6 !important;
  color:#111827 !important;
  font-weight:400 !important;
  text-align:left !important;
}
#panel-tippost .tippost-item.notice-card>.tippost-item-body.tippost-notice-body > .tippost-notice-article .notice-title-line{
  color:#0f172a !important;
  font-weight:700 !important;
}
#panel-tippost .tippost-item.notice-card>.tippost-item-body.tippost-notice-body > .tippost-notice-article .notice-date-suffix{
  color:#64748b !important;
  font-weight:500 !important;
}

.tippost-item-head{width:100%;display:flex;align-items:center;gap:10px;padding:14px 16px;border:none;background:linear-gradient(180deg,#f8fafc 0%,#f1f5f9 100%);cursor:pointer;text-align:left;font-size:15px;min-height:52px;box-sizing:border-box}
.tippost-item[data-kind=column] .tippost-item-head{align-items:flex-start}
.tippost-item-head:hover{background:#e2e8f0}
.tippost-item-title{flex:1;font-weight:600;color:#1e293b;min-width:0;word-break:break-word;line-height:1.4;font-size:15px}
.tippost-item-col{display:flex;flex-direction:column;align-items:flex-start;gap:4px;flex:1;min-width:0;text-align:left}
.tippost-item-meta{font-size:12px;color:#64748b;font-weight:400;line-height:1.35;display:flex;flex-wrap:wrap;gap:8px 10px;align-items:center}
.tippost-cat-tag{display:inline-flex;align-items:center;padding:1px 8px;border-radius:999px;font-weight:600;font-size:11px;line-height:1.4;border:1px solid transparent}
.tippost-cat-tone-0{color:#1d4ed8;background:#dbeafe;border-color:#bfdbfe}
.tippost-cat-tone-1{color:#1e3a8a;background:#dbeafe;border-color:#bfdbfe}
.tippost-cat-tone-2{color:#7c2d12;background:#ffedd5;border-color:#fed7aa}
.tippost-cat-tone-3{color:#7e22ce;background:#f3e8ff;border-color:#e9d5ff}
.tippost-cat-tone-4{color:#9f1239;background:#ffe4e6;border-color:#fecdd3}
.tippost-cat-tone-5{color:#92400e;background:#fef3c7;border-color:#fde68a}
.tippost-item-date{flex-shrink:0;font-size:12px;color:#64748b;white-space:nowrap}
.tippost-item-arrow{flex-shrink:0;font-size:12px;color:#64748b;margin-left:4px}
.tippost-item-body{padding:14px 16px;border-top:1px solid #e2e8f0;font-size:14px;line-height:1.6;max-width:100%;overflow-x:auto;background:#fff;box-sizing:border-box;word-wrap:break-word}
.tippost-item-body h1,.tippost-item-body h2,.tippost-item-body h3,.tippost-item-body h4{margin:12px 0 8px;line-height:1.35;color:#0f172a}
.tippost-item-body p{margin:8px 0}
.tippost-item-body ul,.tippost-item-body ol{padding-left:20px;margin:8px 0}
.tippost-item-body li{margin:4px 0}
.tippost-item-body blockquote{margin:10px 0;padding:8px 12px;border-left:4px solid #122c68;background:#f8fafc;color:#334155}
.tippost-item-body code{padding:1px 4px;border-radius:4px;background:#eef2f7;font-family:Consolas,Monaco,monospace;font-size:12px}
.tippost-item-body pre{padding:10px;border-radius:6px;background:#0f172a;color:#e2e8f0;overflow:auto}
.tippost-item-body pre code{background:transparent;color:inherit;padding:0}
.tippost-item-body table{width:100%;border-collapse:collapse;border:1px solid #d6dde6;margin:10px 0;background:#fff}
.tippost-item-body table th,.tippost-item-body table td{border:1px solid #d6dde6;padding:6px 8px;vertical-align:top;line-height:1.5}
.tippost-item-body table th{background:#122c68;color:#fff;font-weight:700;text-align:center}
.tippost-item-body table tr:nth-child(even) td{background:#f8fafc}
.tippost-item-body a{color:#1d4ed8;text-decoration:underline}
.tippost-item-body a:hover{color:#122c68}
.tippost-item-body img,.tippost-item-body picture{max-width:100%;width:100%;height:auto;vertical-align:middle;display:block;object-fit:contain}
.tippost-item-body img[width][height]{max-width:100%!important;width:100%!important;height:auto!important;object-fit:contain}
.tippost-item-body a img{max-width:100%;width:100%;height:auto}
.tippost-item-body video{max-width:100%;height:auto;display:block;object-fit:contain}
.tippost-image-body{padding:0;background:#fff}
.tippost-image-article{padding:12px 12px 14px;text-align:center}
.tippost-image-article img{display:block;width:100%;max-width:760px;margin:0 auto;border-radius:10px;border:1px solid #dbe4f0;box-shadow:0 4px 16px rgba(18,44,104,.08)}
.tippost-image-article:after{content:'';display:block;margin:14px auto 0;width:72%;height:1px;background:linear-gradient(90deg,transparent,#cbd5e1,transparent)}
.tippost-image-load-note{margin:0 0 10px;padding:8px 10px;border-radius:10px;background:#eef4ff;color:#122c68;font-size:13px;font-weight:800;text-align:left}
.tippost-image-article img.tippost-lazy-img{min-height:180px;background:linear-gradient(135deg,#f1f5f9 0%,#e2e8f0 100%)}
.tippost-image-article img.tippost-lazy-img.is-loaded{min-height:0;background:transparent}
.tippost-image-article img.tippost-lazy-img.is-error{min-height:80px;background:#fee2e2;border-color:#fecaca}
.tippost-item-body iframe{max-width:100%;display:block}
.tippost-item-body picture img{max-width:100%;width:100%;height:auto}
.tippost-item--single[data-kind=mingjia]{border:none;box-shadow:none;background:transparent}
.tippost-item-body--mingjia{overflow-x:hidden;background:linear-gradient(180deg,#eff4ff 0%,#f8fbff 100%)}
.mingjia-layout{display:flex;flex-direction:column;gap:16px}
.mingjia-card{position:relative;background:#fff;border:2px solid #f3c614;border-top:6px solid #17357f;border-radius:22px;box-shadow:0 10px 24px rgba(14,30,82,.08);overflow:hidden}
.mingjia-card--hero{background:linear-gradient(180deg,#ffffff 0%,#fffdfa 100%)}
.mingjia-card--heat{background:linear-gradient(180deg,#ffffff 0%,#fffdfa 100%)}
.mingjia-card-head{display:flex;align-items:center;gap:12px;flex-wrap:wrap;padding:14px 18px;border-bottom:2px solid #f3c614;background:linear-gradient(180deg,#fffef8 0%,#fff 100%)}
.mingjia-card-mark{position:relative;display:inline-flex;align-items:center;justify-content:center;flex:0 0 18px;width:18px;height:34px;margin-left:2px}
.mingjia-card-mark-line{position:absolute;left:50%;top:-1px;bottom:-1px;width:6px;border-radius:99px;background:#17357f;transform:translateX(-50%)}
.mingjia-card-mark-dot{position:relative;z-index:1;width:12px;height:12px;border-radius:50%;background:#fff;border:3px solid #17357f;box-shadow:0 0 0 4px rgba(23,53,127,.14)}
.mingjia-card-title{margin:0;flex:1;min-width:0;font-size:18px;font-weight:900;line-height:1.2;color:#17357f}
.mingjia-hero-main{display:flex;flex-direction:column;gap:10px;padding:18px 18px 14px}
.mingjia-hero-row{display:flex;align-items:center;justify-content:space-between;gap:16px}
.mingjia-hero-core{display:flex;align-items:center;gap:10px;min-width:0;flex:1}
.mingjia-hero-no{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#ffcd1f;color:#122c68;font-size:22px;font-weight:900;box-shadow:0 4px 10px rgba(255,205,31,.35)}
.mingjia-hero-name{min-width:0;font-size:30px;font-weight:900;line-height:1.2;color:#17357f;word-break:break-word}
.mingjia-hero-meta{display:flex;flex-wrap:wrap;gap:8px 14px;font-size:13px;font-weight:700;color:#475569}
.mingjia-hero-odds{flex:0 0 auto;min-width:0}
.mingjia-hero-odds-inline{display:flex;align-items:center;justify-content:flex-end;gap:14px;flex-wrap:wrap}
.mingjia-hero-odds-item{display:inline-flex;align-items:center;gap:6px}
.mingjia-hero-odds-label{font-size:28px;font-weight:900;line-height:1;color:#17357f}
.mingjia-hero-odds-val{display:inline-flex;align-items:center;justify-content:center;min-width:60px;height:34px;padding:0 8px;border-radius:8px;font-size:28px;font-weight:900;line-height:1;color:#17357f;background:transparent}
.mingjia-hero-odds-val.is-down{background:#ff1f1f;color:#fff}
.mingjia-hero-odds-val.is-up{background:#18a957;color:#fff}
.mingjia-hero-odds-val.is-down50{background:#993300;color:#fff}
.mingjia-hero-odds-arrow{display:inline-block;width:10px;height:18px;background-repeat:no-repeat;background-position:center;background-size:contain}
.mingjia-hero-odds-arrow.is-up{background-image:url("/assets/app-tips-icons/arrow-up.png")}
.mingjia-hero-odds-arrow.is-down{background-image:url("/assets/app-tips-icons/arrow-down.png")}
.mingjia-heat-top{display:flex;flex-wrap:wrap;gap:10px;padding:14px 18px 12px}
.mingjia-heat-pill{display:inline-flex;align-items:center;gap:8px;min-height:40px;padding:0 14px;border-radius:999px;font-size:14px;font-weight:800;color:#17357f;background:#eef4ff;border:1px solid #d9e5ff;max-width:100%}
.mingjia-heat-pill.tone-hot{background:#122c68;color:#ffd84d;border-color:#122c68}
.mingjia-heat-pill.tone-warm{background:#ffcd1f;color:#122c68;border-color:#ffcd1f}
.mingjia-heat-pill.tone-focus{background:#1f4fd1;color:#fff;border-color:#1f4fd1}
.mingjia-heat-pill.tone-alt{background:#f97316;color:#fff;border-color:#ea580c;box-shadow:0 4px 10px rgba(249,115,22,.2)}
.mingjia-heat-pill-no{font-size:16px;font-weight:900;white-space:nowrap}
.mingjia-heat-pill-name{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.mingjia-heat-summary{display:flex;align-items:flex-start;gap:10px;margin:0 18px 18px;padding:14px 16px;border-radius:18px;background:#fff;border:1px solid #e8edf9;box-shadow:0 4px 12px rgba(14,30,82,.05)}
.mingjia-heat-summary::before{content:'';flex:0 0 4px;align-self:stretch;border-radius:99px;background:#17357f}
.mingjia-heat-summary-gem{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;font-size:14px;line-height:1;transform:translateY(1px)}
.mingjia-heat-summary-copy{min-width:0;font-size:14px;line-height:1.7;color:#334155;word-break:break-word}
.mingjia-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:18px}
.mingjia-mini-card{min-width:0;padding:14px 14px 16px;border:1px solid #f3c614;border-radius:20px;background:linear-gradient(180deg,#f9fbff 0%,#fff 100%);box-shadow:0 4px 14px rgba(15,23,42,.04)}
.mingjia-mini-card.is-highlight{border-color:#ffcd1f;box-shadow:0 6px 18px rgba(255,205,31,.22)}
.mingjia-mini-title{position:relative;padding-left:12px;font-size:18px;font-weight:900;line-height:1.25;color:#122c68;word-break:break-word}
.mingjia-mini-title::before{content:'';position:absolute;left:0;top:.12em;width:5px;height:1.35em;border-radius:99px;background:#f97316}
.mingjia-mini-picks{display:flex;flex-wrap:wrap;gap:10px 8px;margin-top:14px}
.mingjia-pick-badge{display:inline-flex;align-items:center;gap:7px;min-height:34px;max-width:100%;padding:0 10px;border-radius:999px;background:#edf2ff;color:#17357f;border:1px solid #dbe5ff}
.mingjia-pick-badge.is-primary{background:#122c68;color:#fff;border-color:#122c68}
.mingjia-pick-badge.is-accent{box-shadow:0 0 0 2px rgba(255,205,31,.5) inset}
.mingjia-pick-badge-no{font-size:22px;font-weight:900;line-height:1;white-space:nowrap}
.mingjia-pick-badge-name{font-size:12px;font-weight:700;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.mingjia-empty{padding:22px 18px;color:#64748b;font-size:14px;font-weight:700;text-align:center}
.tippost-back-top{position:fixed;right:16px;bottom:70px;z-index:30;width:56px;height:56px;padding:0;display:inline-flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;color:#fff;background:#122c68;border:none;border-radius:50%;cursor:pointer;box-shadow:0 2px 12px rgba(18,44,104,.35);opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .2s,visibility .2s,transform .2s}
#panel-tippost.active .tippost-back-top.tippost-back-top--show{opacity:1;visibility:visible;transform:translateY(0)}
.tippost-back-top:hover{background:#0B1842}
@media (max-width:900px){
  .mingjia-card-grid{grid-template-columns:1fr}
}
@media (max-width:640px){
  #panel-tippost.panel{padding-top:4px}
  .tippost-head{padding:10px 2px;min-height:46px}
  .tippost-list{padding:8px 2px 8px;background:#e6f2fb}
  .tippost-item{border-radius:14px}
  .tippost-item-body{padding:12px}
  .mingjia-layout{gap:12px}
  .mingjia-card{border-radius:18px}
  .mingjia-card-head{padding:12px 14px;gap:8px}
  .mingjia-card-mark{width:16px;height:30px}
  .mingjia-card-mark-line{width:5px}
  .mingjia-card-mark-dot{width:10px;height:10px;border-width:2px}
  .mingjia-card-title{font-size:16px}
  .mingjia-hero-main{padding:14px 14px 12px}
  .mingjia-hero-row{flex-direction:column;align-items:stretch;gap:10px}
  .mingjia-hero-no{width:34px;height:34px;font-size:18px}
  .mingjia-hero-name{font-size:22px}
  .mingjia-hero-meta{font-size:12px;gap:6px 10px}
  .mingjia-hero-odds{min-width:0}
  .mingjia-hero-odds-inline{justify-content:flex-start;gap:12px}
  .mingjia-hero-odds-label{font-size:22px}
  .mingjia-hero-odds-val{min-width:50px;height:30px;font-size:22px}
  .mingjia-hero-odds-arrow{width:8px;height:14px}
  .mingjia-heat-top{padding:12px 14px 10px;gap:8px}
  .mingjia-heat-pill{width:100%;justify-content:flex-start;padding:0 12px;font-size:13px}
  .mingjia-heat-summary{margin:0 14px 14px;padding:12px 14px;gap:8px}
  .mingjia-heat-summary-copy{font-size:13px;line-height:1.65}
  .mingjia-card-grid{padding:14px;gap:10px;grid-template-columns:1fr}
  .mingjia-mini-card{padding:12px 12px 14px;border-radius:16px}
  .mingjia-mini-title{font-size:16px}
  .mingjia-mini-picks{gap:8px 6px;margin-top:12px}
  .mingjia-pick-badge{max-width:100%;padding:0 9px;min-height:32px}
  .mingjia-pick-badge-no{font-size:18px}
  .mingjia-pick-badge-name{font-size:11px}
}

/* Tipsme unified UI pass */
.tippost-sub{
  border-color:#dbe7f5;
  background:#fff;
  color:#133260;
  font-weight:800;
}
.tippost-sub:hover{background:#fff8dc}
.tippost-sub.active,
.tippost-publish-btn,
.tippost-publish-modal .form-actions .btn-submit,
.tippost-publish-modal .tippost-publish-progress-item .fill{
  background:linear-gradient(135deg,#133260 0%,#2A4873 100%);
  color:#fff;
  border-color:#133260;
}
.tippost-publish-modal .form-actions .btn-cancel,
.tippost-publish-modal .btn-upload-img,
.tippost-publish-modal .tippost-image-gallery-btn{
  background:#fff8dc;
  color:#133260;
  border-color:rgba(255,206,68,.72);
  font-weight:800;
}
.tippost-item-actions .tp-edit-btn{
  background:linear-gradient(135deg,#133260 0%,#2A4873 100%);
  border-color:#133260;
  color:#fff;
}
#panel-tippost .tippost-font-tools button,
.tippost-back-top{
  background:linear-gradient(135deg,#ffce44 0%,#f7b500 100%);
  color:#133260;
  border-color:rgba(19,50,96,.12);
}
#panel-tippost .tippost-item.notice-card{
  border-left-color:#ffce44;
}
#panel-tippost .tippost-item.notice-card .tippost-item-head:hover,
.tippost-item-head:hover{
  background:#f8fbff;
}
#panel-tippost .tippost-item.notice-card .tippost-item-head>.notice-close.tippost-item-arrow,
.tippost-item-body a,
.tippost-item-body a:hover,
.tippost-empty-title,
.tippost-image-load-note,
.tippost-item-body blockquote,
.tippost-item-body table th{
  color:#133260;
}
.tippost-item-body table th{
  background:#133260;
  color:#fff;
}
.tippost-cat-tone-0,
.tippost-cat-tone-1{
  color:#133260;
  background:#eef4ff;
  border-color:#dbe7f5;
}
@media (max-width:640px){
  .tippost-item-body{
    font-size:16px;
    line-height:1.75;
  }
  #panel-tippost .tippost-item.notice-card>.tippost-item-body.tippost-notice-body > .tippost-notice-article{
    font-size:16px;
    line-height:1.75;
  }
}
