body.theme-portal-table{
  margin:0;
  font-family:"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif;
  background:#eef1f6;
  color:#1a2332;
  line-height:1.55;
  font-size:15px;
}
.theme-portal-table a{color:#1a56db;text-decoration:none;transition:color .15s}
.theme-portal-table a:hover{color:#0d3a9b}
.theme-portal-table .pt-wrap{width:min(1180px,94%);margin:0 auto}

/* header */
.theme-portal-table .pt-header{background:#fff;box-shadow:0 1px 0 rgba(15,35,80,.08)}
.theme-portal-table .pt-top .pt-wrap{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap}
.theme-portal-table .pt-logo{color:#0f1f3d;font-size:22px;font-weight:800;padding:16px 0;display:flex;gap:10px;align-items:center;letter-spacing:.02em}
.theme-portal-table .pt-logo img{max-height:40px;width:auto}
.theme-portal-table .pt-contact{font-size:13px;color:#5c6b82}
.theme-portal-table .pt-nav{background:linear-gradient(90deg,#082849 0%,#0f4c8a 40%,#1a56db 70%,#082849 100%)}
.theme-portal-table .pt-nav .pt-wrap{display:flex;flex-wrap:wrap;gap:2px}
.theme-portal-table .pt-nav a{color:#e8f0ff;padding:13px 16px;display:inline-block;font-size:14px;font-weight:500;border-radius:2px}
.theme-portal-table .pt-nav a.on,.theme-portal-table .pt-nav a:hover{background:rgba(255,255,255,.16);color:#fff}
.theme-portal-table .pt-stats{background:#f7f9fc;border-bottom:1px solid #e2e8f0;font-size:13px;color:#5c6b82}
.theme-portal-table .pt-stats .pt-wrap{display:flex;justify-content:flex-start;gap:28px;padding:10px 0;flex-wrap:wrap}
.theme-portal-table .pt-stats em{color:#1a56db;font-style:normal;font-size:17px;font-weight:700;margin-right:4px}

/* hero */
.theme-portal-table .pt-hero-pro{
  background:linear-gradient(135deg,#061e3a 0%,#0c3d7a 35%,#1a56db 70%,#1e40af 100%);
  color:#fff;padding:40px 0 36px;position:relative;overflow:hidden;
}
.theme-portal-table .pt-hero-pro::after{
  content:"";position:absolute;inset:0;
  background:radial-gradient(circle at 85% 20%,rgba(255,255,255,.12),transparent 45%);
  pointer-events:none;
}
.theme-portal-table .pt-hero-pro .pt-wrap{position:relative;z-index:1}
.theme-portal-table .pt-hero-badge{
  display:inline-block;margin:0 0 10px;padding:4px 12px;border-radius:999px;
  background:rgba(255,255,255,.14);font-size:12px;letter-spacing:.06em;
}
.theme-portal-table .pt-hero-pro h1{margin:0 0 12px;font-size:clamp(26px,4vw,36px);font-weight:800;line-height:1.25}
.theme-portal-table .pt-hero-lead{margin:0 0 22px;max-width:720px;color:rgba(255,255,255,.92);font-size:15px}
.theme-portal-table .pt-stat-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:22px}
.theme-portal-table .pt-stat-box{
  background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2);
  border-radius:8px;padding:14px 16px;text-align:center;backdrop-filter:blur(4px);
}
.theme-portal-table .pt-stat-box strong{display:block;font-size:26px;font-weight:800;line-height:1.1}
.theme-portal-table .pt-stat-box span{font-size:12px;opacity:.88;margin-top:4px;display:block}
.theme-portal-table .pt-stat-accent{background:rgba(255,193,7,.22);border-color:rgba(255,193,7,.45)}
.theme-portal-table .pt-hero-actions{display:flex;flex-wrap:wrap;gap:10px}
.theme-portal-table .pt-btn{display:inline-block;padding:10px 18px;border-radius:6px;font-size:14px;font-weight:600;border:1px solid transparent}
.theme-portal-table .pt-btn-primary{background:linear-gradient(180deg,#ffd54f,#ffb300);color:#1a1200;border-color:#ffb300;box-shadow:0 2px 8px rgba(0,0,0,.15)}
.theme-portal-table .pt-btn-primary:hover{background:linear-gradient(180deg,#ffe082,#ffc107);color:#0f1f3d}
.theme-portal-table .pt-btn-ghost{background:transparent;color:#fff;border-color:rgba(255,255,255,.45)}
.theme-portal-table .pt-btn-ghost:hover{background:rgba(255,255,255,.1);color:#fff}

/* sections */
.theme-portal-table .pt-section{padding:28px 0}
.theme-portal-table .pt-section-kf{background:#eef1f6}
.theme-portal-table .pt-section-table{background:#fff}
.theme-portal-table .pt-section-title{
  display:flex;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:18px;
  border-left:4px solid #1a56db;padding-left:14px;
}
.theme-portal-table .pt-section-title h2{margin:0;font-size:20px;font-weight:800;color:#0f1f3d}
.theme-portal-table .pt-section-title p{margin:6px 0 0;font-size:13px;color:#5c6b82}
.theme-portal-table .pt-more{font-size:13px;font-weight:600;color:#1a56db;white-space:nowrap}

/* kf cards */
.theme-portal-table .pt-kf-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:16px}
.theme-portal-table .pt-kf-card{
  background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:16px 18px;
  border-left:3px solid #1a56db;
  box-shadow:0 2px 8px rgba(15,35,80,.04);transition:box-shadow .2s,border-color .2s;
}
.theme-portal-table .pt-kf-card:hover{border-color:#93b4f5;box-shadow:0 6px 20px rgba(26,86,219,.1)}
.theme-portal-table .pt-kf-card-head{display:flex;justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:8px}
.theme-portal-table .pt-kf-card-head h3{margin:0;font-size:16px;line-height:1.4;flex:1}
.theme-portal-table .pt-kf-card-head h3 a{color:#0f1f3d}
.theme-portal-table .pt-kf-tag{
  flex-shrink:0;font-size:11px;padding:3px 8px;border-radius:4px;
  background:#eff6ff;color:#1a56db;font-weight:600;
}
.theme-portal-table .pt-kf-desc{margin:0 0 12px;font-size:13px;color:#4b5563;line-height:1.55;
  display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.theme-portal-table .pt-kf-meta{display:flex;justify-content:space-between;align-items:center;font-size:12px;color:#6b7280;border-top:1px solid #f0f2f5;padding-top:10px}
.theme-portal-table .pt-kf-go{font-weight:600;color:#1a56db}

/* table */
.theme-portal-table .pt-table-wrap{border:1px solid #e2e8f0;border-radius:10px;overflow:hidden;background:#fff}
.theme-portal-table .pt-table{width:100%;border-collapse:collapse;background:#fff}
.theme-portal-table .pt-table-pro thead{background:linear-gradient(180deg,#f0f4fa,#e8eef6)}
.theme-portal-table .pt-table th,.theme-portal-table .pt-table td{border-bottom:1px solid #eef2f7;padding:12px 14px;text-align:left;vertical-align:middle}
.theme-portal-table .pt-table th{font-size:13px;color:#374151;font-weight:700}
.theme-portal-table .pt-table tbody tr:hover{background:#f8fafc}
.theme-portal-table .pt-table .col-time{width:108px;color:#6b7280;font-size:13px;white-space:nowrap}
.theme-portal-table .pt-table .col-cat{width:100px}
.theme-portal-table .pt-table .col-act{width:72px;text-align:center}
.theme-portal-table .pt-row-title{font-weight:600;color:#0f1f3d}
.theme-portal-table .pt-cat-pill{display:inline-block;font-size:12px;padding:2px 8px;border-radius:999px;background:#eff6ff;color:#1d4ed8}

/* layout split */
.theme-portal-table .pt-split{display:grid;grid-template-columns:1fr 280px;gap:24px;align-items:start}
.theme-portal-table .pt-side-pro{position:sticky;top:12px}
.theme-portal-table .pt-side-block{
  background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:14px 16px;margin-bottom:16px;
}
.theme-portal-table .pt-side-block h3{margin:0 0 10px;font-size:15px;color:#0f1f3d}
.theme-portal-table .pt-side-list{list-style:none;margin:0;padding:0}
.theme-portal-table .pt-side-list li{padding:8px 0;border-bottom:1px solid #eef2f7;font-size:14px}
.theme-portal-table .pt-side-list li:last-child{border-bottom:0}
.theme-portal-table .pt-side-compact li{font-size:13px;padding:6px 0}

/* seo block */
.theme-portal-table .pt-seo-block{background:#f7f9fc;border-top:1px solid #e2e8f0;padding:32px 0}
.theme-portal-table .pt-seo-block h2{margin:0 0 14px;font-size:18px;color:#0f1f3d}
.theme-portal-table .pt-seo-text{color:#4b5563;font-size:14px;line-height:1.75}
.theme-portal-table .pt-seo-text p{margin:0 0 12px}

/* legacy / inner pages */
.theme-portal-table .pt-hero{background:#fff;border-bottom:1px solid #e2e8f0;padding:28px 0}
.theme-portal-table .pt-hero-slim{padding:22px 0;background:linear-gradient(180deg,#f8fafc,#fff);border-bottom:1px solid #e2e8f0}
.theme-portal-table .pt-crumb{font-size:13px;color:#6b7280;margin-bottom:10px}
.theme-portal-table .pt-crumb a{color:#1a56db}
.theme-portal-table .pt-crumb span{margin:0 6px;color:#cbd5e1}
.theme-portal-table .pt-kicker{color:#1a56db;margin:0;font-size:13px;font-weight:600}
.theme-portal-table .pt-hero h1{margin:8px 0 10px;font-size:26px;color:#0f1f3d}
.theme-portal-table .pt-lead{color:#5c6b82;margin:0;max-width:720px;line-height:1.6}
.theme-portal-table .pt-meta{display:flex;flex-wrap:wrap;gap:16px;font-size:13px;color:#6b7280;margin:0 0 20px;padding-bottom:16px;border-bottom:1px solid #eef2f7}
.theme-portal-table .pt-cover{max-width:100%;border-radius:8px;margin-bottom:16px}
.theme-portal-table .pt-related{margin-top:28px;padding-top:20px;border-top:1px solid #eef2f7}
.theme-portal-table .pt-related h2{font-size:17px;margin:0 0 12px}
.theme-portal-table .pt-related ul{margin:0;padding-left:1.2em;line-height:1.8}
.theme-portal-table .pt-head{display:flex;justify-content:space-between;margin-bottom:12px}
.theme-portal-table .pt-head h2{margin:0;font-size:18px}
.theme-portal-table .pt-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:14px}
.theme-portal-table .pt-card{background:#fff;border:1px solid #e2e8f0;padding:14px;border-radius:8px;color:#1a2332}
.theme-portal-table .pt-card i{font-style:normal;font-size:12px;color:#1a56db}
.theme-portal-table .pt-card h3{margin:6px 0;font-size:16px}
.theme-portal-table .pt-filters{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:14px}
.theme-portal-table .pt-filters a{background:#fff;border:1px solid #e2e8f0;padding:6px 12px;border-radius:6px;font-size:13px}
.theme-portal-table .pt-filters a.on{background:#1a56db;color:#fff;border-color:#1a56db}
.theme-portal-table .pt-article{padding:28px 0}
.theme-portal-table .pt-article .pt-wrap{background:#fff;padding:28px;border:1px solid #e2e8f0;border-radius:10px}
.theme-portal-table .pt-body{line-height:1.8;font-size:15px;color:#374151}
.theme-portal-table .pt-body table{width:100%;border-collapse:collapse;margin:16px 0;background:#fff;border-radius:8px;overflow:hidden}
.theme-portal-table .pt-body table th,.theme-portal-table .pt-body table td{border:1px solid #e2e8f0;padding:10px 12px;text-align:left}
.theme-portal-table .pt-body table th{background:#f0f4fa;font-weight:600}
.theme-portal-table .pt-body h2{margin:22px 0 12px;font-size:20px;color:#0f1f3d}
.theme-portal-table .pt-body ul,.theme-portal-table .pt-body ol{padding-left:1.4em}
.theme-portal-table .pt-footer{background:linear-gradient(180deg,#0c3d7a,#082f5e);color:#c5d9f0;padding:28px 0;margin-top:8px}
.theme-portal-table .friend-links{margin:12px 0;line-height:1.8;font-size:14px}
.theme-portal-table .pt-footer a{color:#fff}
.theme-portal-table .pt-foot-nav{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:12px;font-size:14px}
.theme-portal-table .pt-pager{margin-top:16px;display:flex;gap:8px;flex-wrap:wrap}
.theme-portal-table .pt-pager a{background:#fff;border:1px solid #e2e8f0;padding:6px 12px;border-radius:6px}
.theme-portal-table .pt-pager a.on{background:#1a56db;color:#fff;border-color:#1a56db}
.theme-portal-table .pt-empty{color:#9ca3af;text-align:center;padding:24px}

@media (max-width:900px){
  .theme-portal-table .pt-stat-row{grid-template-columns:repeat(2,1fr)}
  .theme-portal-table .pt-split{grid-template-columns:1fr}
  .theme-portal-table .pt-side-pro{position:static}
  .theme-portal-table .pt-kf-grid{grid-template-columns:1fr}
  .theme-portal-table .pt-table .col-cat,.theme-portal-table .pt-table .col-act{display:none}
}
