:root{
  --blue:#1473f9;
  --navy:#071936;
  --text:#13233b;
  --muted:#627089;
  --line:#dbe6f7;
  --soft:#f6faff;
  --card:#fff;
  --shadow:0 16px 42px rgba(11,31,66,.065);
  --wide:1120px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI','Noto Sans KR',Arial,sans-serif;color:var(--text);background:linear-gradient(180deg,#fff 0%,#f8fbff 58%,#fff 100%)}
a{text-decoration:none;color:inherit}
.tp-container{width:100%;max-width:var(--wide);margin:0 auto;padding:0 22px}
.tp-header{height:58px;border-bottom:1px solid #e7eef8;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);position:sticky;top:0;z-index:30}
.tp-header-inner{height:58px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.tp-logo{display:inline-flex;align-items:center;gap:8px;font-weight:900;font-size:23px;letter-spacing:-.8px;color:var(--navy);line-height:1;white-space:nowrap}
.tp-logo svg.tp-mark{width:30px;height:30px;flex:0 0 30px;display:block;overflow:visible}.tp-logo b,.tp-hero-logo b{color:var(--blue)}
.tp-nav{display:flex;align-items:center;justify-content:center;flex:1;font-weight:900;color:#06172f}.tp-nav ul{display:flex;gap:34px;list-style:none;margin:0;padding:0}.tp-nav a{font-size:14px}.tp-actions{display:flex;align-items:center;gap:15px;color:#071936}.tp-icon-btn{border:0;background:transparent;color:#071936;padding:5px;display:flex;align-items:center;justify-content:center;cursor:pointer}
.tp-hero{position:relative;overflow:hidden;padding:52px 0 22px}.tp-hero:before,.tp-hero:after{content:"";position:absolute;border-radius:999px;background:linear-gradient(180deg,#eaf3ff,#f8fbff);z-index:-1}.tp-hero:before{width:126px;height:126px;left:calc(50% - 560px);top:36px}.tp-hero:after{width:160px;height:160px;right:calc(50% - 560px);top:20px}.tp-hero-card{text-align:center}.tp-hero-logo{display:flex;align-items:center;justify-content:center;gap:14px;font-size:50px;font-weight:900;letter-spacing:-2px;color:var(--navy);line-height:1}.tp-hero-logo svg.tp-mark{width:60px;height:60px;flex:0 0 60px;display:block;overflow:visible}.tp-sub{font-size:15px;color:#54627a;margin:14px 0 18px}.tp-search{max-width:720px;margin:0 auto 16px;position:relative}.tp-search input{width:100%;height:52px;border:2px solid #cfe0fb;border-radius:999px;padding:0 55px;font-size:15px;outline:none;background:#fff;box-shadow:0 12px 32px rgba(24,112,243,.08)}.tp-search button{position:absolute;left:18px;top:14px;border:0;background:transparent;color:var(--blue);display:flex;padding:0}
.tp-chips{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;font-size:12px;font-weight:800}.tp-chip{background:#eef4fc;border:1px solid #e0eaf7;border-radius:999px;padding:7px 12px;color:#1d2b43}.tp-chips strong{font-weight:900;color:#071936}
.tp-cats{display:grid;grid-template-columns:repeat(6,1fr);gap:14px;margin:30px auto 36px;max-width:980px}.tp-cat{background:#fff;border:1px solid #dfe9f7;border-radius:13px;padding:23px 13px;text-align:center;box-shadow:var(--shadow);transition:.2s;min-height:158px;display:flex;flex-direction:column;align-items:center;justify-content:center}.tp-cat:hover{transform:translateY(-3px);border-color:#b8d4ff}.tp-cat svg{width:48px;height:48px;color:var(--blue);stroke:currentColor;fill:none;stroke-width:2.7;stroke-linecap:round;stroke-linejoin:round;margin-bottom:12px;display:block}.tp-cat h3{margin:0 0 9px;font-size:20px;color:#071936;letter-spacing:-.3px}.tp-cat p{margin:0;color:#5d6b83;line-height:1.58;font-size:13px;word-break:keep-all}.tp-cat-count{display:none!important}
.tp-section{background:#fff;border:1px solid #dfe9f7;border-radius:16px;box-shadow:var(--shadow);padding:24px;margin:20px auto}.tp-section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.tp-section-title{font-size:21px;font-weight:900;color:#071936;display:flex;align-items:center;gap:9px;letter-spacing:-.4px}.tp-section-title svg{color:var(--blue)}.tp-more{color:var(--blue);font-weight:900;font-size:14px}
/* clean final briefing */
.tp-brief{max-width:var(--wide);display:grid;grid-template-columns:300px minmax(0,1fr);gap:0;padding:0!important;overflow:hidden;border-radius:16px;background:#fff;border:1px solid #dfe9f7;box-shadow:var(--shadow)}
.tp-brief-intro{min-height:172px;padding:30px 30px;border-right:1px solid #e5eef9;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;text-align:left}
.tp-brief-heading{display:flex;align-items:center;gap:14px;margin:0 0 16px;min-height:34px}
.tp-brief-bar{display:block;width:4px;height:28px;background:var(--blue);border-radius:999px;flex:0 0 4px;margin:0}
.tp-brief-intro .tp-section-title{font-size:22px;line-height:1.25;margin:0;display:block;letter-spacing:-.4px}
.tp-brief-intro p{font-size:14px;line-height:1.72;margin:0 0 18px;color:#53647c;word-break:keep-all}
.tp-outline-btn{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--blue);color:var(--blue);background:#fff;border-radius:999px;padding:9px 15px;font-size:13px;font-weight:900;line-height:1.2}
.tp-outline-btn:hover{background:#f5f9ff}
.tp-brief-items{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;align-items:stretch}
.tp-brief-card{min-height:172px;padding:30px 24px 23px;border-left:1px solid #e5eef9;background:#fff;display:block;text-align:left;min-width:0;position:relative}
.tp-brief-card:first-child{border-left:0}
.tp-brief-icon{width:30px;height:30px;border-radius:9px;background:#f1f6ff;color:var(--blue);display:inline-flex;align-items:center;justify-content:center;margin:0 10px 0 0;vertical-align:middle;position:relative;top:-1px}
.tp-brief-icon svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.tp-brief-card h3{display:inline-block;vertical-align:middle;font-size:17px;line-height:30px;margin:0;letter-spacing:-.25px;color:#071936;white-space:nowrap}
.tp-brief-card p{font-size:13px;line-height:1.68;margin:14px 0 18px;color:#53647c;word-break:keep-all;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;min-height:66px}
.tp-brief-card span{display:block;color:var(--blue);font-size:13px;font-weight:900;line-height:1.35}
.tp-main-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:20px;align-items:stretch;margin:20px auto;max-width:var(--wide)}.tp-main-grid .tp-section{margin:0}.tp-post-list{display:flex;flex-direction:column;gap:0}.tp-post-list-card{display:grid;grid-template-columns:180px minmax(0,1fr);gap:16px;align-items:center;border-bottom:1px solid #edf2f9;padding:0 0 14px;margin:0 0 14px;min-height:112px}.tp-post-list-card:last-child{border-bottom:0;padding-bottom:0;margin-bottom:0}.tp-thumb{height:96px;width:180px;background:linear-gradient(135deg,#cfe4ff,#0b3d83);display:flex;align-items:center;justify-content:center;color:#fff;font-size:20px;font-weight:900;border-radius:10px;overflow:hidden;letter-spacing:.5px}.tp-thumb img{width:100%;height:100%;object-fit:cover}.tp-post-body{min-width:0}.tp-post-cat{font-size:12px;color:var(--blue);font-weight:900;margin-bottom:5px}.tp-post-title{font-size:17px;line-height:1.38;margin:0 0 6px;color:#071936;font-weight:900;letter-spacing:-.2px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.tp-excerpt{font-size:13px;color:#5e6b80;line-height:1.55;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.tp-date{font-size:12px;color:#68758a;margin-top:7px}.tp-recommend-side{background:linear-gradient(120deg,#f4f9ff,#fff);border:1px solid #cfe0fb;border-radius:16px;padding:24px;box-shadow:var(--shadow);min-height:100%}.tp-recommend-side h2{margin:12px 0;color:#071936;font-size:30px;letter-spacing:-.9px}.tp-recommend-side p{font-size:14px;color:#4d5d76;line-height:1.65;word-break:keep-all}.tp-button{display:inline-block;background:var(--blue);color:white;border-radius:999px;padding:11px 16px;font-weight:900;font-size:14px;margin:6px 0 18px}.tp-recommend-side h4{margin:8px 0 12px}.tp-recommend-side .tp-chips{justify-content:flex-start}
.tp-footer{border-top:1px solid #dfe9f7;margin-top:34px;padding:34px 0 22px;background:#fff}.tp-footer-grid{display:grid;grid-template-columns:1.8fr 1fr 1fr 1fr 1.2fr;gap:42px}.tp-footer h4,.tp-social-title{margin:0 0 14px;color:#071936;font-size:16px;font-weight:900}.tp-footer ul{list-style:none;margin:0;padding:0}.tp-footer li{margin:8px 0;color:#40506a;font-size:14px}.tp-footer p{color:#52627a;line-height:1.7;font-size:14px}.tp-social{display:flex;gap:9px;margin-top:16px}.tp-social span{width:29px;height:29px;border-radius:50%;background:#eef4fc;display:flex;align-items:center;justify-content:center;font-weight:900;color:#274160;font-size:13px}.tp-copy{text-align:center;color:#66748a;margin-top:24px;font-size:13px}.tp-content{max-width:820px;margin:48px auto}.tp-article{background:#fff;border:1px solid #dfe9f7;border-radius:16px;padding:42px;box-shadow:var(--shadow)}.tp-article h1{font-size:38px;letter-spacing:-1px;color:#071936}.tp-article p,.tp-article li{line-height:1.9;color:#33445c}
@media(max-width:1180px){:root{--wide:1040px}.tp-brief{grid-template-columns:280px minmax(0,1fr)}.tp-brief-card{padding:28px 20px 22px}.tp-main-grid{grid-template-columns:1fr}.tp-recommend-side{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:center}}
@media(max-width:900px){.tp-nav{display:none}.tp-cats{grid-template-columns:repeat(3,1fr)}.tp-brief{grid-template-columns:1fr}.tp-brief-intro{border-right:0;border-bottom:1px solid #e5eef9;min-height:auto}.tp-brief-items{grid-template-columns:repeat(2,minmax(0,1fr))}.tp-brief-card{border-left:0;border-top:1px solid #e5eef9;min-height:150px}.tp-footer-grid{grid-template-columns:repeat(2,1fr)}.tp-recommend-side{display:block}}
@media(max-width:640px){.tp-container{padding:0 18px}.tp-hero-logo{font-size:38px}.tp-hero-logo svg.tp-mark{width:50px;height:50px;flex-basis:50px}.tp-cats,.tp-brief-items,.tp-footer-grid{grid-template-columns:1fr}.tp-post-list-card{grid-template-columns:1fr}.tp-thumb{width:100%;height:160px}.tp-brief-intro,.tp-brief-card{padding:24px 20px}.tp-search input{height:54px;font-size:14px}.tp-recommend-side h2{font-size:26px}}

.tp-recommend-thumb{display:flex;align-items:center;justify-content:center;width:100%;height:150px;margin:14px 0 12px;border-radius:14px;overflow:hidden;background:linear-gradient(135deg,#dbeafe,#0b3d83);color:#fff;font-weight:900;text-decoration:none}.tp-recommend-thumb img{width:100%;height:100%;object-fit:cover;display:block}.tp-recommend-thumb span{font-size:22px;letter-spacing:.2px}
@media(max-width:1180px){.tp-recommend-thumb{height:130px}}
@media(max-width:640px){.tp-recommend-thumb{height:180px}}


/* TermPick v18 - dynamic recommendation card image fit */
.tp-recommend-side{
  overflow:hidden;
}
.tp-recommend-side > div:first-child{
  min-width:0;
}
.tp-recommend-thumb{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  aspect-ratio:16/9!important;
  height:auto!important;
  max-height:210px!important;
  margin:14px 0 16px!important;
  border-radius:14px!important;
  overflow:hidden!important;
  background:linear-gradient(135deg,#dbeafe,#0b3d83)!important;
  color:#fff!important;
  font-weight:900!important;
  text-decoration:none!important;
  line-height:1!important;
}
.tp-recommend-thumb img,
.tp-recommend-thumb .wp-post-image,
.tp-recommend-image{
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:none!important;
  object-fit:cover!important;
  object-position:center!important;
  display:block!important;
  transition:transform .25s ease!important;
}
.tp-recommend-thumb:hover img,
.tp-recommend-thumb:hover .wp-post-image,
.tp-recommend-thumb:hover .tp-recommend-image{
  transform:scale(1.045);
}
.tp-recommend-side h2{
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
  line-height:1.32;
  margin:10px 0 12px;
}
.tp-recommend-side p{
  display:-webkit-box;
  -webkit-line-clamp:4;
  -webkit-box-orient:vertical;
  overflow:hidden;
  margin:0 0 12px;
}
.tp-recommend-side .tp-button{
  margin-top:6px;
}
@media(max-width:1180px){
  .tp-recommend-thumb{max-height:180px!important;}
}
@media(max-width:900px){
  .tp-recommend-thumb{max-height:240px!important;}
}
@media(max-width:640px){
  .tp-recommend-thumb{max-height:none!important;}
}


/* v19 Glossary: all published posts */
.tp-glossary-wrap{padding-top:32px}.tp-glossary-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:18px;padding:28px;border:1px solid var(--line);border-radius:24px;background:linear-gradient(135deg,#fff,#f6faff);box-shadow:var(--shadow)}.tp-eyebrow{margin:0 0 8px;color:var(--blue);font-weight:900;font-size:13px;letter-spacing:.2px}.tp-glossary-hero h1{margin:0;color:var(--navy);font-size:36px;letter-spacing:-1.5px}.tp-glossary-hero p:not(.tp-eyebrow){margin:10px 0 0;color:var(--muted);font-weight:700;line-height:1.6}.tp-glossary-search{display:flex;gap:8px;min-width:320px}.tp-glossary-search input{width:100%;height:46px;border:1px solid #cfe0fb;border-radius:999px;padding:0 18px;font-size:14px;outline:none;background:#fff}.tp-glossary-search button{border:0;border-radius:999px;background:var(--blue);color:#fff;font-weight:900;padding:0 20px;white-space:nowrap;cursor:pointer}.tp-glossary-tabs{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0 16px}.tp-glossary-tab{display:inline-flex;align-items:center;height:36px;padding:0 16px;border:1px solid #d7e5fa;border-radius:999px;background:#fff;color:#20324f;font-weight:900;font-size:13px}.tp-glossary-tab.is-active{background:var(--blue);border-color:var(--blue);color:#fff}.tp-glossary-count{margin:8px 0 16px;color:#627089;font-weight:800;font-size:13px}.tp-glossary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.tp-glossary-card{overflow:hidden;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 12px 30px rgba(11,31,66,.055);transition:transform .18s ease,box-shadow .18s ease}.tp-glossary-card:hover{transform:translateY(-3px);box-shadow:0 18px 40px rgba(11,31,66,.09)}.tp-glossary-thumb{display:block;position:relative;width:100%;aspect-ratio:16/9;background:#edf5ff;overflow:hidden}.tp-glossary-thumb img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform .25s ease}.tp-glossary-card:hover .tp-glossary-thumb img{transform:scale(1.04)}.tp-glossary-thumb span{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:var(--blue);font-weight:900}.tp-glossary-body{padding:16px}.tp-glossary-body h2{margin:6px 0 8px;color:var(--navy);font-size:18px;line-height:1.38;letter-spacing:-.5px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.tp-glossary-body p{margin:0;color:#53637d;font-weight:700;font-size:14px;line-height:1.62;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.tp-glossary-meta{margin-top:13px;color:#7890ad;font-size:12px;font-weight:900}.tp-empty{padding:42px;border:1px dashed #bfd5f7;border-radius:20px;background:#fff;text-align:center;color:#627089;font-weight:800}.tp-pagination{margin:28px 0 6px}.tp-pagination ul{display:flex;justify-content:center;gap:7px;list-style:none;margin:0;padding:0}.tp-pagination a,.tp-pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:36px;padding:0 12px;border:1px solid #d7e5fa;border-radius:999px;background:#fff;font-weight:900;color:#20324f}.tp-pagination .current{background:var(--blue);border-color:var(--blue);color:#fff}@media(max-width:900px){.tp-glossary-hero{display:block}.tp-glossary-search{margin-top:18px;min-width:0}.tp-glossary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.tp-glossary-hero{padding:22px}.tp-glossary-hero h1{font-size:30px}.tp-glossary-grid{grid-template-columns:1fr}.tp-glossary-search{flex-direction:column}.tp-glossary-search button{height:44px}}

/* TermPick v21 - align category row and lower content to Today's Briefing width */
@media (min-width: 901px){
  .tp-hero-card .tp-cats{
    width:calc(100% + 44px)!important;
    max-width:none!important;
    margin-left:-22px!important;
    margin-right:-22px!important;
  }
  .tp-main-grid{
    padding-left:0!important;
    padding-right:0!important;
  }
}
@media (max-width: 900px){
  .tp-hero-card .tp-cats{
    max-width:none!important;
    width:100%!important;
  }
  .tp-main-grid{
    padding-left:22px!important;
    padding-right:22px!important;
  }
}
@media (max-width: 640px){
  .tp-main-grid{
    padding-left:18px!important;
    padding-right:18px!important;
  }
}

/* TermPick v22 - Dark Mode */
html,
body,
.tp-header,
.tp-section,
.tp-cat,
.tp-brief,
.tp-brief-tile,
.tp-main-grid,
.tp-recommend-side,
.tp-article,
.tp-footer,
.tp-glossary-hero,
.tp-glossary-card,
.tp-empty,
.tp-glossary-tab,
.tp-pagination a,
.tp-pagination span,
.tp-search input,
.tp-glossary-search input{
  transition:background-color .28s ease, color .28s ease, border-color .28s ease, box-shadow .28s ease;
}
html.tp-dark{
  --blue:#3b82f6;
  --navy:#f8fafc;
  --text:#e2e8f0;
  --muted:#94a3b8;
  --line:#334155;
  --soft:#0f172a;
  --card:#1e293b;
  --shadow:0 18px 46px rgba(0,0,0,.28);
  color-scheme:dark;
}
html.tp-dark body,
body.tp-dark{
  color:var(--text)!important;
  background:
    radial-gradient(circle at 11% 8%, rgba(59,130,246,.12), transparent 15%),
    radial-gradient(circle at 90% 10%, rgba(59,130,246,.10), transparent 16%),
    linear-gradient(180deg,#0b1220 0%,#0f172a 55%,#111827 100%)!important;
}
html.tp-dark .tp-header,
body.tp-dark .tp-header{
  background:rgba(15,23,42,.88)!important;
  border-bottom-color:#253247!important;
  backdrop-filter:blur(12px);
}
html.tp-dark .tp-logo,
html.tp-dark .tp-hero-logo,
html.tp-dark .tp-nav,
html.tp-dark .tp-nav a,
html.tp-dark .tp-actions,
html.tp-dark .tp-icon-btn,
html.tp-dark .tp-section-title,
html.tp-dark .tp-cat h3,
html.tp-dark .tp-brief-label,
html.tp-dark .tp-brief-label strong,
html.tp-dark .tp-post-title,
html.tp-dark .tp-recommend-side h2,
html.tp-dark .tp-recommend-side h4,
html.tp-dark .tp-footer h4,
html.tp-dark .tp-social-title,
html.tp-dark .tp-article h1,
html.tp-dark .tp-glossary-hero h1,
html.tp-dark .tp-glossary-body h2{
  color:#f8fafc!important;
}
html.tp-dark .tp-logo svg.tp-mark circle,
html.tp-dark .tp-hero-logo svg.tp-mark circle{fill:#0f172a!important;stroke:#e2e8f0!important;}
html.tp-dark .tp-logo svg.tp-mark path,
html.tp-dark .tp-hero-logo svg.tp-mark path{stroke:#e2e8f0;}
html.tp-dark .tp-logo svg.tp-mark path:last-child,
html.tp-dark .tp-hero-logo svg.tp-mark path:last-child{stroke:var(--blue)!important;}
html.tp-dark .tp-hero:before,
html.tp-dark .tp-hero:after{
  background:linear-gradient(180deg,rgba(59,130,246,.15),rgba(15,23,42,.04))!important;
}
html.tp-dark .tp-sub,
html.tp-dark .tp-cat p,
html.tp-dark .tp-brief-top p,
html.tp-dark .tp-brief-tile p,
html.tp-dark .tp-brief-note,
html.tp-dark .tp-post-body .tp-excerpt,
html.tp-dark .tp-excerpt,
html.tp-dark .tp-date,
html.tp-dark .tp-recommend-side p,
html.tp-dark .tp-footer p,
html.tp-dark .tp-footer li,
html.tp-dark .tp-article p,
html.tp-dark .tp-article li,
html.tp-dark .tp-glossary-body p,
html.tp-dark .tp-glossary-count,
html.tp-dark .tp-empty{
  color:#94a3b8!important;
}
html.tp-dark .tp-section,
html.tp-dark .tp-cat,
html.tp-dark .tp-brief,
html.tp-dark .tp-brief-tile,
html.tp-dark .tp-article,
html.tp-dark .tp-footer,
html.tp-dark .tp-glossary-card,
html.tp-dark .tp-empty{
  background:#1e293b!important;
  border-color:#334155!important;
  box-shadow:var(--shadow)!important;
}
html.tp-dark .tp-recommend-side,
html.tp-dark .tp-glossary-hero{
  background:linear-gradient(135deg,#1e293b,#111827)!important;
  border-color:#334155!important;
  box-shadow:var(--shadow)!important;
}
html.tp-dark .tp-search input,
html.tp-dark .tp-glossary-search input{
  background:#111827!important;
  border-color:#334155!important;
  color:#e2e8f0!important;
  box-shadow:0 14px 38px rgba(0,0,0,.20)!important;
}
html.tp-dark .tp-search input::placeholder,
html.tp-dark .tp-glossary-search input::placeholder{color:#64748b!important;}
html.tp-dark .tp-chip,
html.tp-dark .tp-glossary-tab,
html.tp-dark .tp-pagination a,
html.tp-dark .tp-pagination span,
html.tp-dark .tp-social span{
  background:#0f172a!important;
  border-color:#334155!important;
  color:#cbd5e1!important;
}
html.tp-dark .tp-glossary-tab.is-active,
html.tp-dark .tp-pagination .current{
  background:var(--blue)!important;
  border-color:var(--blue)!important;
  color:#fff!important;
}
html.tp-dark .tp-outline-btn{
  background:#111827!important;
  border-color:var(--blue)!important;
  color:#93c5fd!important;
}
html.tp-dark .tp-outline-btn:hover{background:#172554!important;}
html.tp-dark .tp-brief-label span,
html.tp-dark .tp-brief-icon{
  box-shadow:0 8px 20px rgba(0,0,0,.25)!important;
}
html.tp-dark .tp-post-list-card,
html.tp-dark .tp-brief-intro,
html.tp-dark .tp-brief-card,
html.tp-dark .tp-footer,
html.tp-dark .tp-glossary-thumb{
  border-color:#334155!important;
}
html.tp-dark .tp-brief-thumb,
html.tp-dark .tp-recommend-thumb,
html.tp-dark .tp-thumb,
html.tp-dark .tp-glossary-thumb{
  background:linear-gradient(135deg,#1d4ed8,#0f172a)!important;
}
html.tp-dark .tp-button,
html.tp-dark .tp-glossary-search button{
  background:var(--blue)!important;
  color:#fff!important;
  box-shadow:0 10px 26px rgba(59,130,246,.25)!important;
}
html.tp-dark .tp-more,
html.tp-dark .tp-post-cat,
html.tp-dark .tp-refresh-link,
html.tp-dark .tp-brief-tile strong,
html.tp-dark .tp-brief-tile a,
html.tp-dark .tp-brief-tile strong,
html.tp-dark .tp-eyebrow{
  color:#60a5fa!important;
}
html.tp-dark .tp-cat:hover,
html.tp-dark .tp-brief-tile:hover,
html.tp-dark .tp-glossary-card:hover{
  border-color:#3b82f6!important;
  box-shadow:0 20px 48px rgba(0,0,0,.35)!important;
}
html.tp-dark img{filter:saturate(.95) contrast(1.02);}


/* v23 Background */
body{
background:
radial-gradient(circle at 10% 10%, rgba(59,130,246,.10), transparent 280px),
radial-gradient(circle at 90% 0%, rgba(125,211,252,.14), transparent 320px),
linear-gradient(180deg,#f8fbff 0%,#eef6ff 45%,#ffffff 100%);
background-attachment:fixed;
}
body.dark-mode{
background:
radial-gradient(circle at 10% 10%, rgba(59,130,246,.18), transparent 300px),
radial-gradient(circle at 90% 0%, rgba(14,165,233,.10), transparent 340px),
linear-gradient(180deg,#020617 0%,#0f172a 50%,#111827 100%);
}
body::before{
content:"";
position:fixed;
inset:0;
pointer-events:none;
opacity:.08;
background-image:
linear-gradient(rgba(59,130,246,.08) 1px,transparent 1px),
linear-gradient(90deg,rgba(59,130,246,.08) 1px,transparent 1px);
background-size:32px 32px;
mask-image:linear-gradient(to bottom,rgba(0,0,0,.5),transparent 70%);
}

/* v24 world background */
body::before{
content:"";
position:fixed;inset:0;pointer-events:none;z-index:-1;
background:
url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 700'%3E%3Cg opacity='0.06' stroke='%233b82f6' fill='none'%3E%3Cpath d='M120 160 C300 40 520 60 720 140 S1120 220 1460 120'/%3E%3Cpath d='M80 250 C340 120 560 180 820 240 S1220 340 1500 210'/%3E%3Ccircle cx='250' cy='170' r='4' fill='%233b82f6'/%3E%3Ccircle cx='690' cy='145' r='4' fill='%233b82f6'/%3E%3Ccircle cx='1180' cy='220' r='4' fill='%233b82f6'/%3E%3C/g%3E%3Cg opacity='0.035' stroke='%2394a3b8'%3E%3Cpath d='M0 560H1600'/%3E%3Cpath d='M0 600H1600'/%3E%3C/g%3E%3C/svg%3E") top center/cover no-repeat,
linear-gradient(180deg,#f8fbff 0%,#eef6ff 45%,#ffffff 100%);
}
.dark-mode body::before,.dark body::before,body.dark-mode::before{
background:
linear-gradient(180deg,#020617 0%,#0f172a 100%);
filter:brightness(.9);
}


/* TermPick v25 - portal polish, non-circular hero background, hover UX */
:root{
  --tp-glow:0 20px 60px rgba(20,115,249,.14);
}
body{
  min-height:100vh;
  background:
    linear-gradient(180deg,rgba(248,251,255,.88) 0%,rgba(238,246,255,.92) 44%,rgba(255,255,255,.96) 100%),
    radial-gradient(circle at 50% -10%,rgba(37,99,235,.14),transparent 38%),
    #f8fbff!important;
}
html.tp-dark body,
body.tp-dark{
  background:
    linear-gradient(180deg,rgba(2,6,23,.94) 0%,rgba(15,23,42,.97) 54%,rgba(17,24,39,.98) 100%),
    radial-gradient(circle at 50% -10%,rgba(59,130,246,.20),transparent 42%),
    #020617!important;
}
body::before{
  content:""!important;
  position:fixed!important;
  inset:0!important;
  pointer-events:none!important;
  z-index:-1!important;
  opacity:1!important;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 680'%3E%3Cdefs%3E%3Cpattern id='d' width='16' height='16' patternUnits='userSpaceOnUse'%3E%3Ccircle cx='2' cy='2' r='1' fill='%231473f9' opacity='.16'/%3E%3C/pattern%3E%3C/defs%3E%3Cg opacity='.55'%3E%3Cpath d='M80 135c110-75 245-96 365-58 108 34 173 115 291 150 147 44 296-4 432-63 124-54 243-107 382-70' fill='none' stroke='%231473f9' stroke-width='1.2' opacity='.16'/%3E%3Cpath d='M64 245c171-99 344-84 516-18 146 56 281 130 448 103 158-25 277-121 462-91' fill='none' stroke='%231473f9' stroke-width='1.2' opacity='.12'/%3E%3Ccircle cx='188' cy='145' r='4' fill='%231473f9' opacity='.18'/%3E%3Ccircle cx='448' cy='76' r='4' fill='%231473f9' opacity='.16'/%3E%3Ccircle cx='780' cy='242' r='4' fill='%231473f9' opacity='.18'/%3E%3Ccircle cx='1136' cy='186' r='4' fill='%231473f9' opacity='.16'/%3E%3Ccircle cx='1450' cy='94' r='4' fill='%231473f9' opacity='.18'/%3E%3C/g%3E%3Cg opacity='.20' fill='url(%23d)'%3E%3Cpath d='M110 78h280v120H110z'/%3E%3Cpath d='M1180 70h330v142h-330z'/%3E%3C/g%3E%3Cg opacity='.09' stroke='%23071936' fill='none'%3E%3Cpath d='M80 560h180l50-80 70 120 80-180 80 140h170'/%3E%3Cpath d='M1190 448l42-24 42 24v48l-42 24-42-24zM1274 448l42-24 42 24v48l-42 24-42-24zM1232 520l42-24 42 24v48l-42 24-42-24z'/%3E%3C/g%3E%3C/svg%3E") top center/cover no-repeat!important;
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.88) 0%,rgba(0,0,0,.58) 42%,transparent 82%)!important;
}
html.tp-dark body::before,
body.tp-dark::before{
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 680'%3E%3Cg opacity='.42' stroke='%2360a5fa' fill='none'%3E%3Cpath d='M80 135c110-75 245-96 365-58 108 34 173 115 291 150 147 44 296-4 432-63 124-54 243-107 382-70'/%3E%3Cpath d='M64 245c171-99 344-84 516-18 146 56 281 130 448 103 158-25 277-121 462-91'/%3E%3Ccircle cx='188' cy='145' r='4' fill='%2360a5fa'/%3E%3Ccircle cx='780' cy='242' r='4' fill='%2360a5fa'/%3E%3Ccircle cx='1450' cy='94' r='4' fill='%2360a5fa'/%3E%3C/g%3E%3Cg opacity='.16' stroke='%2393c5fd' fill='none'%3E%3Cpath d='M80 560h180l50-80 70 120 80-180 80 140h170'/%3E%3Cpath d='M1190 448l42-24 42 24v48l-42 24-42-24zM1274 448l42-24 42 24v48l-42 24-42-24zM1232 520l42-24 42 24v48l-42 24-42-24z'/%3E%3C/g%3E%3C/svg%3E") top center/cover no-repeat!important;
}
.tp-hero{
  padding-top:58px!important;
  isolation:isolate;
}
.tp-hero::before,
.tp-hero::after{
  border-radius:0!important;
  background:none!important;
  z-index:-1!important;
  opacity:.32!important;
}
.tp-hero::before{
  width:360px!important;
  height:190px!important;
  left:calc(50% - 620px)!important;
  top:22px!important;
  background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 420 210'%3E%3Cg fill='none' stroke='%231473f9' opacity='.45'%3E%3Cpath d='M20 90c78-70 175-80 263-35 46 23 78 60 125 45'/%3E%3Cpath d='M32 130c93-52 155-39 244 4 48 23 88 37 120 10'/%3E%3Ccircle cx='72' cy='88' r='4' fill='%231473f9'/%3E%3Ccircle cx='218' cy='50' r='4' fill='%231473f9'/%3E%3Ccircle cx='352' cy='103' r='4' fill='%231473f9'/%3E%3C/g%3E%3Cg fill='%231473f9' opacity='.08'%3E%3Crect x='38' y='38' width='170' height='74' rx='8'/%3E%3Crect x='246' y='58' width='118' height='52' rx='8'/%3E%3C/g%3E%3C/svg%3E") center/contain no-repeat!important;
}
.tp-hero::after{
  width:340px!important;
  height:210px!important;
  right:calc(50% - 640px)!important;
  top:24px!important;
  background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 390 230'%3E%3Cg fill='none' stroke='%231473f9' opacity='.42'%3E%3Cpath d='M196 35l45 26v52l-45 26-45-26V61zM286 69l45 26v52l-45 26-45-26V95zM106 69l45 26v52l-45 26-45-26V95z'/%3E%3Cpath d='M151 112h90M196 139v38M151 95l-45-26M241 95l45-26'/%3E%3Ccircle cx='196' cy='112' r='4' fill='%231473f9'/%3E%3Ccircle cx='106' cy='69' r='4' fill='%231473f9'/%3E%3Ccircle cx='286' cy='69' r='4' fill='%231473f9'/%3E%3C/g%3E%3C/svg%3E") center/contain no-repeat!important;
}
.tp-header{
  background:rgba(255,255,255,.78)!important;
  backdrop-filter:blur(18px) saturate(145%)!important;
  -webkit-backdrop-filter:blur(18px) saturate(145%)!important;
  box-shadow:0 8px 28px rgba(7,25,54,.045);
}
html.tp-dark .tp-header{
  background:rgba(15,23,42,.72)!important;
  border-color:#334155!important;
  box-shadow:0 8px 32px rgba(0,0,0,.20)!important;
}
.tp-search input:focus,
.tp-glossary-search input:focus{
  border-color:var(--blue)!important;
  box-shadow:0 0 0 5px rgba(20,115,249,.10),0 18px 42px rgba(20,115,249,.13)!important;
}
.tp-trending{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:8px;
  margin:14px auto 0;
  font-size:12px;
  font-weight:900;
}
.tp-trending-title{color:#071936;margin-right:2px;}
.tp-trending a{
  display:inline-flex;
  align-items:center;
  gap:6px;
  min-height:30px;
  padding:0 11px;
  border:1px solid #d9e8fb;
  border-radius:999px;
  background:rgba(255,255,255,.74);
  color:#243654;
  box-shadow:0 8px 22px rgba(7,25,54,.035);
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}
.tp-trending a b{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:18px;height:18px;
  border-radius:50%;
  background:#eaf3ff;
  color:var(--blue);
  font-size:11px;
}
.tp-trending a:hover{
  transform:translateY(-2px);
  border-color:#a9ccff;
  box-shadow:0 14px 30px rgba(20,115,249,.10);
}
.tp-cat,
.tp-section,
.tp-brief-tile,
.tp-post-list-card,
.tp-recommend-side,
.tp-glossary-card,
.tp-button,
.tp-outline-btn,
.tp-chip{
  transition:transform .20s ease,border-color .20s ease,box-shadow .20s ease,background .20s ease,color .20s ease!important;
}
.tp-cat:hover{
  transform:translateY(-6px)!important;
  box-shadow:0 24px 56px rgba(20,115,249,.13)!important;
}
.tp-cat:hover svg{transform:scale(1.06);}
.tp-cat svg{transition:transform .20s ease;}
.tp-brief-tile:hover,
.tp-glossary-card:hover{
  transform:translateY(-5px)!important;
  box-shadow:0 24px 56px rgba(7,25,54,.13)!important;
}
.tp-post-list-card:hover .tp-post-title,
.tp-brief-tile:hover h3,
.tp-more:hover,
.tp-refresh-link:hover{color:var(--blue)!important;}
.tp-post-list-card:hover .tp-thumb img,
.tp-brief-tile:hover .tp-brief-thumb img{transform:scale(1.045);}
.tp-thumb img,.tp-brief-thumb img{transition:transform .25s ease!important;}
.tp-button:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 32px rgba(20,115,249,.24)!important;
}
.tp-chip:hover{
  transform:translateY(-1px);
  border-color:#b6d5ff!important;
}
html.tp-dark .tp-trending-title{color:#e2e8f0!important;}
html.tp-dark .tp-trending a{
  background:rgba(15,23,42,.72)!important;
  border-color:#334155!important;
  color:#cbd5e1!important;
}
html.tp-dark .tp-trending a b{background:#172554!important;color:#93c5fd!important;}
html.tp-dark .tp-search input:focus,
html.tp-dark .tp-glossary-search input:focus{
  border-color:#3b82f6!important;
  box-shadow:0 0 0 5px rgba(59,130,246,.16),0 18px 42px rgba(0,0,0,.28)!important;
}
@media(max-width:900px){
  .tp-hero::before,.tp-hero::after{display:none!important;}
  .tp-trending{max-width:760px;}
}
@media(max-width:640px){
  .tp-trending{justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap;padding-bottom:4px;}
  .tp-trending a{white-space:nowrap;}
}



/* TermPick v29 - search and bottom visitor stats placement */
.tp-bottom-stats{
  margin:24px auto 44px;
  padding:0;
}
.tp-bottom-stats .tp-visitor-stats,
.tp-bottom-stats .tp-stats-widget-area{
  max-width:var(--wide);
  margin:0 auto;
}
.tp-search input::placeholder{
  color:#7b8ba4;
  font-weight:700;
}
@media(max-width:640px){
  .tp-search{max-width:100%;}
  .tp-search input{padding-right:24px;}
}

/* TermPick v27 - visitor stats / analytics plugin-ready */
.tp-visitor-stats,
.tp-stats-widget-area{
  width:100%;
  max-width:var(--wide);
  margin:18px auto 0;
}
.tp-visitor-stats{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
  align-items:stretch;
}
.tp-stat-card{
  position:relative;
  min-width:0;
  padding:14px 14px 13px;
  border:1px solid rgba(207,224,251,.95);
  border-radius:18px;
  background:rgba(255,255,255,.78);
  box-shadow:0 12px 28px rgba(7,25,54,.055);
  backdrop-filter:blur(12px);
  text-align:left;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.tp-stat-link{text-decoration:none;color:inherit;}
.tp-stat-card:hover{transform:translateY(-2px);border-color:#b8d5ff;box-shadow:0 18px 36px rgba(7,25,54,.09);}
.tp-stat-icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;margin-bottom:8px;border-radius:10px;background:#eef6ff;font-size:15px;}
.tp-stat-label{display:block;color:#64748b;font-size:12px;font-weight:900;line-height:1.15;}
.tp-stat-card strong{display:block;margin-top:4px;color:#071936;font-size:22px;line-height:1.15;font-weight:950;letter-spacing:-.6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.tp-stat-source{grid-column:1/-1;margin:2px 4px 0;color:#7b8ba4;font-size:12px;font-weight:800;text-align:center;}
.tp-stats-plugin-widget{padding:16px 18px;border:1px solid rgba(207,224,251,.95);border-radius:20px;background:rgba(255,255,255,.80);box-shadow:0 12px 28px rgba(7,25,54,.055);backdrop-filter:blur(12px);}
.tp-stats-widget-title{margin:0 0 10px;color:#071936;font-size:17px;letter-spacing:-.4px;}
.tp-stats-plugin-widget p{margin:0;color:#53647c;font-weight:700;line-height:1.65;}
.tp-stats-plugin-widget ul{margin:0;padding-left:18px;color:#53647c;font-weight:700;}
.tp-stats-plugin-widget a{color:var(--blue);font-weight:900;}
body.tp-dark .tp-stat-card,
body.dark-mode .tp-stat-card,
body[data-theme="dark"] .tp-stat-card,
.dark .tp-stat-card,
body.tp-dark .tp-stats-plugin-widget,
body.dark-mode .tp-stats-plugin-widget,
body[data-theme="dark"] .tp-stats-plugin-widget,
.dark .tp-stats-plugin-widget{
  border-color:rgba(51,65,85,.92);
  background:rgba(15,23,42,.72);
  box-shadow:0 16px 32px rgba(0,0,0,.18);
}
body.tp-dark .tp-stat-icon,
body.dark-mode .tp-stat-icon,
body[data-theme="dark"] .tp-stat-icon,
.dark .tp-stat-icon{background:rgba(59,130,246,.14);}
body.tp-dark .tp-stat-label,
body.dark-mode .tp-stat-label,
body[data-theme="dark"] .tp-stat-label,
.dark .tp-stat-label,
body.tp-dark .tp-stat-source,
body.dark-mode .tp-stat-source,
body[data-theme="dark"] .tp-stat-source,
.dark .tp-stat-source{color:#94a3b8;}
body.tp-dark .tp-stat-card strong,
body.dark-mode .tp-stat-card strong,
body[data-theme="dark"] .tp-stat-card strong,
.dark .tp-stat-card strong,
body.tp-dark .tp-stats-widget-title,
body.dark-mode .tp-stats-widget-title,
body[data-theme="dark"] .tp-stats-widget-title,
.dark .tp-stats-widget-title{color:#e2e8f0;}
@media(max-width:900px){.tp-visitor-stats{grid-template-columns:repeat(2,minmax(0,1fr));max-width:620px}.tp-stat-card strong{font-size:20px}}
@media(max-width:520px){.tp-visitor-stats{grid-template-columns:1fr 1fr;gap:8px}.tp-stat-card{padding:12px}.tp-stat-card strong{font-size:18px}.tp-stat-source{text-align:left;font-size:11px}}

/* TermPick v30 - mobile optimization */
@media (max-width: 640px){
  html, body{overflow-x:hidden!important;}
  :root{--wide:100%;}
  .tp-container{padding-left:18px!important;padding-right:18px!important;}

  .tp-header{height:58px!important;}
  .tp-header-inner{height:58px!important;gap:12px!important;}
  .tp-logo{font-size:24px!important;gap:7px!important;}
  .tp-logo svg.tp-mark{width:34px!important;height:34px!important;flex-basis:34px!important;}
  .tp-actions{gap:12px!important;}
  .tp-icon-btn svg{width:26px!important;height:26px!important;}

  .tp-hero{padding:38px 0 18px!important;}
  .tp-hero-card{text-align:center!important;}
  .tp-hero-logo{font-size:43px!important;gap:11px!important;letter-spacing:-1.7px!important;}
  .tp-hero-logo svg.tp-mark{width:54px!important;height:54px!important;flex-basis:54px!important;}
  .tp-sub{font-size:15px!important;margin:16px 0 20px!important;line-height:1.55!important;}

  .tp-search{width:100%!important;max-width:100%!important;margin:0 auto 12px!important;}
  .tp-search input{height:58px!important;border-radius:999px!important;padding:0 22px 0 58px!important;font-size:16px!important;box-shadow:0 12px 32px rgba(20,115,249,.09)!important;}
  .tp-search button{left:22px!important;top:17px!important;}
  .tp-search button svg{width:24px!important;height:24px!important;}

  .tp-trending{width:100%!important;max-width:100%!important;margin:10px auto 0!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;flex-wrap:nowrap!important;gap:8px!important;overflow-x:auto!important;overflow-y:hidden!important;padding:0 2px 6px!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important;}
  .tp-trending::-webkit-scrollbar{display:none!important;}
  .tp-trending-title{display:inline-flex!important;align-items:center!important;flex:0 0 auto!important;width:auto!important;min-width:max-content!important;white-space:nowrap!important;writing-mode:horizontal-tb!important;text-orientation:mixed!important;line-height:1!important;margin:0 3px 0 0!important;font-size:12px!important;letter-spacing:-.2px!important;}
  .tp-trending a{flex:0 0 auto!important;white-space:nowrap!important;min-height:32px!important;padding:0 12px!important;font-size:12px!important;}

  .tp-cats{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;width:100%!important;margin:24px auto 28px!important;}
  .tp-cat{min-height:136px!important;padding:18px 10px!important;border-radius:16px!important;}
  .tp-cat svg{width:42px!important;height:42px!important;margin-bottom:10px!important;}
  .tp-cat h3{font-size:19px!important;margin-bottom:8px!important;}
  .tp-cat p{font-size:12.5px!important;line-height:1.5!important;}

  .tp-section{margin:18px auto!important;padding:20px 18px!important;border-radius:18px!important;}
  .tp-section-head{align-items:flex-start!important;gap:12px!important;}
  .tp-section-title{font-size:22px!important;line-height:1.25!important;}
  .tp-brief{padding:22px 18px 20px!important;margin-top:18px!important;}
  .tp-brief-top p{font-size:13px!important;line-height:1.55!important;word-break:keep-all!important;}
  .tp-refresh-link{font-size:12px!important;margin-top:8px!important;}
  .tp-brief-five{grid-template-columns:1fr!important;gap:14px!important;}
  .tp-brief-tile{min-height:auto!important;border-radius:14px!important;padding-bottom:16px!important;}
  .tp-brief-label{height:40px!important;padding:0 12px!important;}
  .tp-brief-thumb{aspect-ratio:16/9!important;}
  .tp-brief-tile h3{font-size:17px!important;margin:14px 14px 7px!important;}
  .tp-brief-tile p{font-size:13px!important;min-height:auto!important;margin-bottom:12px!important;}

  .tp-main-grid{display:block!important;margin:18px auto!important;padding-left:18px!important;padding-right:18px!important;}
  .tp-main-grid .tp-section{margin:0 0 18px!important;}
  .tp-post-list-card{grid-template-columns:110px minmax(0,1fr)!important;gap:12px!important;min-height:88px!important;padding-bottom:12px!important;margin-bottom:12px!important;}
  .tp-thumb{width:110px!important;height:70px!important;border-radius:10px!important;font-size:14px!important;}
  .tp-post-title{font-size:15px!important;-webkit-line-clamp:2!important;}
  .tp-excerpt{font-size:12px!important;-webkit-line-clamp:2!important;}
  .tp-date{font-size:11px!important;margin-top:4px!important;}

  .tp-recommend-side{padding:20px 18px!important;border-radius:18px!important;margin-top:0!important;}
  .tp-recommend-thumb{max-height:none!important;aspect-ratio:16/9!important;margin:14px 0!important;}
  .tp-recommend-side h2{font-size:24px!important;line-height:1.32!important;}
  .tp-recommend-side p{font-size:13px!important;line-height:1.6!important;}
  .tp-recommend-side .tp-chips{justify-content:flex-start!important;}

  .tp-bottom-stats{margin:18px auto 34px!important;padding-left:18px!important;padding-right:18px!important;}
  .tp-visitor-stats{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;}
  .tp-stat-card{padding:12px!important;border-radius:16px!important;}
  .tp-stat-card strong{font-size:18px!important;}
  .tp-stat-icon{width:27px!important;height:27px!important;margin-bottom:7px!important;}

  .tp-footer{margin-top:22px!important;padding:28px 0 18px!important;}
  .tp-footer-grid{grid-template-columns:1fr!important;gap:22px!important;}
}

@media (max-width: 380px){
  .tp-hero-logo{font-size:38px!important;}
  .tp-hero-logo svg.tp-mark{width:48px!important;height:48px!important;flex-basis:48px!important;}
  .tp-cat h3{font-size:18px!important;}
  .tp-cat p{font-size:12px!important;}
}

/* TermPick v31.3 - approved spaced Today's Briefing */
.tp-brief{
  display:block!important;
  max-width:var(--wide)!important;
  margin:24px auto!important;
  padding:28px 28px 22px!important;
  overflow:visible!important;
  border:1px solid #dbe7f6!important;
  border-radius:18px!important;
  background:rgba(255,255,255,.96)!important;
  box-shadow:0 16px 42px rgba(11,31,66,.065)!important;
}
.tp-brief-top{
  display:flex!important;
  align-items:flex-start!important;
  justify-content:space-between!important;
  gap:24px!important;
  margin:0 0 20px!important;
  padding:0!important;
  border:0!important;
}
.tp-brief-top > div{min-width:0!important;}
.tp-brief-top .tp-section-title{
  margin:0 0 8px!important;
  color:#071936!important;
  font-size:24px!important;
  line-height:1.25!important;
  letter-spacing:-.55px!important;
}
.tp-brief-top .tp-section-title svg{
  width:22px!important;
  height:22px!important;
  color:#1473f9!important;
}
.tp-brief-top p{
  margin:0!important;
  color:#53647c!important;
  font-size:14px!important;
  line-height:1.55!important;
  word-break:keep-all!important;
}
.tp-refresh-link{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  flex:0 0 auto!important;
  min-height:30px!important;
  margin:0!important;
  padding:3px 0!important;
  color:#53647c!important;
  font-size:13px!important;
  line-height:1!important;
  font-weight:900!important;
  white-space:nowrap!important;
}
.tp-refresh-link svg{
  width:17px!important;
  height:17px!important;
  stroke:currentColor!important;
  fill:none!important;
}
.tp-refresh-link:hover{color:#1473f9!important;}
.tp-brief-five{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:16px!important;
  align-items:stretch!important;
  width:100%!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
}
.tp-brief-tile{
  --brief-accent:#1473f9;
  --brief-tint:#f5f9ff;
  position:relative!important;
  display:flex!important;
  flex-direction:column!important;
  min-width:0!important;
  min-height:276px!important;
  margin:0!important;
  padding:18px 19px 20px!important;
  overflow:hidden!important;
  border:1px solid #dbe7f6!important;
  border-radius:14px!important;
  background:#fff!important;
  box-shadow:0 8px 22px rgba(11,31,66,.035)!important;
  text-align:left!important;
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background-color .18s ease!important;
}
.tp-brief-tile + .tp-brief-tile{border-left:1px solid #dbe7f6!important;}
.tp-brief-tile::before{display:none!important;content:none!important;}
.tp-brief-tile:hover{
  transform:translateY(-3px)!important;
  border-color:#bfd7fb!important;
  background:linear-gradient(180deg,#fff 0%,var(--brief-tint) 100%)!important;
  box-shadow:0 16px 34px rgba(11,31,66,.085)!important;
}
.tp-brief-economy{--brief-accent:#15a85b;--brief-tint:#f2fbf6;}
.tp-brief-politics{--brief-accent:#7b3ff2;--brief-tint:#f8f4ff;}
.tp-brief-global{--brief-accent:#2478ff;--brief-tint:#f3f7ff;}
.tp-brief-ai{--brief-accent:#ff7814;--brief-tint:#fff7ef;}
.tp-brief-it{--brief-accent:#12aa9b;--brief-tint:#f0fbf9;}
.tp-brief-label{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:11px!important;
  width:100%!important;
  min-height:36px!important;
  height:auto!important;
  margin:0!important;
  padding:0!important;
  color:var(--brief-accent)!important;
  font-size:14px!important;
  line-height:1!important;
  font-weight:900!important;
}
.tp-brief-label span{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex:0 0 34px!important;
  width:34px!important;
  height:34px!important;
  margin:0!important;
  padding:0!important;
  border-radius:10px!important;
  color:#fff!important;
  background:var(--brief-accent)!important;
  box-shadow:0 7px 16px rgba(20,115,249,.11)!important;
}
.tp-brief-label strong{
  display:block!important;
  margin:0!important;
  padding:0!important;
  color:var(--brief-accent)!important;
  font-size:14px!important;
  line-height:1.2!important;
  font-weight:900!important;
  white-space:nowrap!important;
}
.tp-brief-label svg{
  width:18px!important;
  height:18px!important;
  stroke:currentColor!important;
  fill:none!important;
  stroke-width:2.2!important;
}
.tp-brief-thumb,.tp-brief-placeholder{display:none!important;}
.tp-brief-tile h3{
  display:-webkit-box!important;
  -webkit-box-orient:vertical!important;
  -webkit-line-clamp:2!important;
  overflow:hidden!important;
  min-height:50px!important;
  margin:24px 0 0!important;
  padding:0!important;
  color:#071936!important;
  font-size:17px!important;
  line-height:1.46!important;
  letter-spacing:-.4px!important;
  font-weight:900!important;
  word-break:keep-all!important;
  overflow-wrap:anywhere!important;
  text-wrap:balance!important;
}
.tp-brief-tile:visited h3,
.tp-brief-tile:hover h3{color:#071936!important;}
.tp-brief-tile p{
  display:-webkit-box!important;
  -webkit-box-orient:vertical!important;
  -webkit-line-clamp:2!important;
  overflow:hidden!important;
  min-height:44px!important;
  margin:13px 0 0!important;
  padding:0!important;
  color:#5b6a80!important;
  font-size:13px!important;
  line-height:1.68!important;
  font-weight:500!important;
  word-break:keep-all!important;
  overflow-wrap:anywhere!important;
}
.tp-brief-arrow{
  position:static!important;
  right:auto!important;
  bottom:auto!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  align-self:flex-start!important;
  gap:5px!important;
  width:auto!important;
  height:auto!important;
  margin:auto 0 0!important;
  padding:24px 0 0!important;
  border:0!important;
  border-radius:0!important;
  color:var(--brief-accent)!important;
  background:transparent!important;
  font-size:13px!important;
  line-height:1.2!important;
  font-weight:900!important;
  white-space:nowrap!important;
  transition:none!important;
}
.tp-brief-arrow b{
  display:inline-block!important;
  font-size:15px!important;
  line-height:1!important;
  transition:transform .18s ease!important;
}
.tp-brief-tile:hover .tp-brief-arrow{
  color:var(--brief-accent)!important;
  background:transparent!important;
  transform:none!important;
}
.tp-brief-tile:hover .tp-brief-arrow b{transform:translateX(3px)!important;}
.tp-brief-note{
  margin:16px 0 0!important;
  color:#6a7890!important;
  font-size:12px!important;
  line-height:1.45!important;
}
html.tp-dark .tp-brief,
body.tp-dark .tp-brief,
body.dark-mode .tp-brief,
body[data-theme="dark"] .tp-brief{
  background:rgba(15,23,42,.96)!important;
  border-color:#293950!important;
}
html.tp-dark .tp-brief-tile,
body.tp-dark .tp-brief-tile,
body.dark-mode .tp-brief-tile,
body[data-theme="dark"] .tp-brief-tile{
  background:#111c31!important;
  border-color:#2b3b52!important;
  box-shadow:0 10px 24px rgba(0,0,0,.16)!important;
}
html.tp-dark .tp-brief-tile:hover,
body.tp-dark .tp-brief-tile:hover,
body.dark-mode .tp-brief-tile:hover,
body[data-theme="dark"] .tp-brief-tile:hover{
  background:#162238!important;
  border-color:#3a5270!important;
}
html.tp-dark .tp-brief-top .tp-section-title,
html.tp-dark .tp-brief-tile h3,
body.tp-dark .tp-brief-top .tp-section-title,
body.tp-dark .tp-brief-tile h3,
body.dark-mode .tp-brief-top .tp-section-title,
body.dark-mode .tp-brief-tile h3,
body[data-theme="dark"] .tp-brief-top .tp-section-title,
body[data-theme="dark"] .tp-brief-tile h3{color:#f1f5f9!important;}
html.tp-dark .tp-brief-top p,
html.tp-dark .tp-brief-tile p,
html.tp-dark .tp-brief-note,
body.tp-dark .tp-brief-top p,
body.tp-dark .tp-brief-tile p,
body.tp-dark .tp-brief-note,
body.dark-mode .tp-brief-top p,
body.dark-mode .tp-brief-tile p,
body.dark-mode .tp-brief-note,
body[data-theme="dark"] .tp-brief-top p,
body[data-theme="dark"] .tp-brief-tile p,
body[data-theme="dark"] .tp-brief-note{color:#aebbd0!important;}
@media(max-width:1020px){
  .tp-brief-five{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
  .tp-brief-tile{min-height:250px!important;}
}
@media(max-width:760px){
  .tp-brief{padding:24px 20px 20px!important;}
  .tp-brief-five{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important;}
  .tp-brief-tile{min-height:238px!important;}
}
@media(max-width:640px){
  .tp-brief{margin:18px auto!important;padding:22px 18px 20px!important;}
  .tp-brief-top{display:block!important;margin-bottom:18px!important;}
  .tp-brief-top .tp-section-title{font-size:22px!important;}
  .tp-refresh-link{margin-top:10px!important;}
  .tp-brief-five{grid-template-columns:1fr!important;gap:12px!important;}
  .tp-brief-tile{min-height:214px!important;padding:17px 17px 18px!important;}
  .tp-brief-label{height:auto!important;padding:0!important;}
  .tp-brief-tile h3{margin:18px 0 0!important;font-size:17px!important;min-height:auto!important;}
  .tp-brief-tile p{font-size:13px!important;min-height:auto!important;margin:10px 0 0!important;}
  .tp-brief-arrow{padding-top:18px!important;}
  .tp-brief-note{margin-top:14px!important;}
}
