.ntp-wrap {
  --ntp-bg: #f3f5f8;
  --ntp-panel: #ffffff;
  --ntp-panel-2: #f9fbfd;
  --ntp-text: #181b21;
  --ntp-soft: #687180;
  --ntp-line: rgba(20, 24, 32, .1);
  --ntp-red: #f1404b;
  --ntp-orange: #ff8a1d;
  --ntp-blue: #2678ff;
  --ntp-green: #12a87f;
  --ntp-pink: #e43bd0;
  --ntp-indigo: #6f54ff;
  --ntp-glass: rgba(255,255,255,.72);
  width: min(1220px, calc(100% - 28px));
  margin: 24px auto 86px;
  color: var(--ntp-text);
}
.io-black-mode .ntp-wrap,
body.io-black-mode .ntp-wrap {
  --ntp-bg: #121417;
  --ntp-panel: #202329;
  --ntp-panel-2: #292d35;
  --ntp-text: rgba(255,255,255,.93);
  --ntp-soft: rgba(233,238,246,.66);
  --ntp-line: rgba(255,255,255,.1);
  --ntp-glass: rgba(255,255,255,.06);
}
.ntp-wrap * { box-sizing: border-box; letter-spacing: 0; }
.ntp-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(260px,420px) 150px;
  gap: 12px;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid var(--ntp-line);
  border-radius: 20px;
  padding: 20px;
  background:
    radial-gradient(circle at 16% 14%, rgba(241,64,75,.28), transparent 28%),
    radial-gradient(circle at 84% 10%, rgba(38,120,255,.2), transparent 30%),
    linear-gradient(135deg, var(--ntp-panel), var(--ntp-panel-2));
}
.ntp-kicker { display:block; margin-bottom:7px; color:var(--ntp-orange); font-size:11px; font-weight:950; }
.ntp-hero h1 { margin:0 0 7px; color:var(--ntp-text); font-size:clamp(30px,4.7vw,52px); line-height:.98; font-weight:950; }
.ntp-hero p { max-width:610px; margin:0; color:var(--ntp-soft); font-size:14px; line-height:1.62; }
.ntp-ai-badges { display:flex; flex-wrap:wrap; gap:6px; margin-top:12px; }
.ntp-ai-badges span { display:inline-flex; align-items:center; min-height:27px; border:1px solid var(--ntp-line); border-radius:999px; padding:0 10px; background:var(--ntp-glass); color:var(--ntp-soft); font-size:11px; font-weight:900; }
.ntp-search { align-self:center; display:grid; grid-template-columns:minmax(0,1fr) 48px; height:52px; overflow:hidden; border:1px solid var(--ntp-line); border-radius:16px; background:var(--ntp-glass); }
.ntp-search input { min-width:0; border:0; background:transparent; color:var(--ntp-text); font-size:15px; outline:0; padding:0 15px; }
.ntp-search button { border:0; background:linear-gradient(135deg,var(--ntp-red),var(--ntp-orange)); color:#fff; cursor:pointer; font-size:24px; font-weight:900; }
.ntp-pulse { display:flex; flex-direction:column; justify-content:center; border:1px solid rgba(241,64,75,.25); border-radius:17px; padding:15px; background:linear-gradient(135deg,rgba(241,64,75,.16),rgba(38,120,255,.11)); }
.ntp-pulse b { color:var(--ntp-red); font-size:30px; line-height:1; }
.ntp-pulse span { margin-top:5px; color:var(--ntp-soft); font-size:12px; font-weight:900; }
.ntp-filter-panel { margin-top:14px; border:1px solid var(--ntp-line); border-radius:20px; padding:12px; background:linear-gradient(135deg,var(--ntp-panel),var(--ntp-panel-2)); }
.ntp-filter-head { display:flex; align-items:center; justify-content:space-between; gap:12px; padding:0 4px 8px; }
.ntp-filter-head-sub { padding-top:8px; border-top:1px solid var(--ntp-line); }
.ntp-filter-head span { color:var(--ntp-soft); font-size:12px; font-weight:950; }
.ntp-filter-head b { color:var(--ntp-text); font-size:12px; font-weight:950; }
.ntp-strip { display:flex; gap:8px; overflow-x:auto; margin:0 -2px; padding:2px 2px 10px; scrollbar-width:none; }
.ntp-strip::-webkit-scrollbar { display:none; }
.ntp-strip a { display:inline-flex; align-items:center; justify-content:center; flex:0 0 auto; min-height:36px; padding:0 14px; border:1px solid var(--ntp-line); border-radius:999px; background:var(--ntp-glass); color:var(--ntp-soft); font-size:12px; font-weight:950; text-decoration:none; box-shadow:inset 0 1px 0 rgba(255,255,255,.04); }
.ntp-strip a span { white-space:nowrap; }
.ntp-strip a.is-active { border-color:rgba(241,64,75,.95); background:linear-gradient(135deg,var(--ntp-red),#ff6a2a); color:#fff; box-shadow:0 10px 24px rgba(241,64,75,.18); }
.ntp-mood-grid { display:grid; grid-template-columns:repeat(6,minmax(0,1fr)); gap:10px; margin:14px 0 18px; }
.ntp-mood { min-height:78px; overflow:hidden; position:relative; border:1px solid var(--ntp-line); border-radius:17px; padding:13px; background:var(--ntp-panel); color:var(--ntp-text); text-decoration:none; }
.ntp-mood:after { content:""; position:absolute; right:-23px; top:-24px; width:70px; height:70px; border-radius:999px; opacity:.2; background:currentColor; }
.ntp-mood span { display:block; position:relative; z-index:1; font-size:14px; font-weight:950; }
.ntp-mood b { display:block; position:relative; z-index:1; margin-top:8px; color:var(--ntp-soft); font-size:12px; }
.ntp-mood.is-active { color:#fff; border-color:transparent; }
.ntp-tone-red { color:var(--ntp-red); }.ntp-tone-orange { color:var(--ntp-orange); }.ntp-tone-indigo { color:var(--ntp-indigo); }.ntp-tone-green { color:var(--ntp-green); }.ntp-tone-blue { color:var(--ntp-blue); }.ntp-tone-pink { color:var(--ntp-pink); }
.ntp-mood.is-active.ntp-tone-red { background:linear-gradient(135deg,#f1404b,#981a25); }
.ntp-mood.is-active.ntp-tone-orange { background:linear-gradient(135deg,#ff8a1d,#dd3d1b); }
.ntp-mood.is-active.ntp-tone-indigo { background:linear-gradient(135deg,#6f54ff,#243cbf); }
.ntp-mood.is-active.ntp-tone-green { background:linear-gradient(135deg,#12a87f,#08735d); }
.ntp-mood.is-active.ntp-tone-blue { background:linear-gradient(135deg,#2678ff,#0a3f9a); }
.ntp-mood.is-active.ntp-tone-pink { background:linear-gradient(135deg,#e43bd0,#7d1fa6); }
.ntp-mood.is-active b { color:rgba(255,255,255,.78); }
.ntp-board, .ntp-seo-copy { border:1px solid var(--ntp-line); border-radius:20px; background:var(--ntp-panel); padding:16px; }
.ntp-board-head { display:flex; align-items:end; justify-content:space-between; gap:12px; margin-bottom:14px; }
.ntp-board-head span { color:var(--ntp-soft); font-size:12px; font-weight:900; }
.ntp-board-head h2 { margin:4px 0 0; color:var(--ntp-text); font-size:21px; font-weight:950; }
.ntp-board-head a { color:var(--ntp-red); font-size:13px; font-weight:950; text-decoration:none; }
.ntp-ai-panel { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:8px; margin:-2px 0 12px; }
.ntp-ai-panel span { min-height:42px; border:1px solid var(--ntp-line); border-radius:14px; padding:9px 10px; background:var(--ntp-panel-2); color:var(--ntp-soft); font-size:11px; line-height:1.35; font-weight:850; }
.ntp-ai-panel b { display:block; color:var(--ntp-text); font-size:12px; }
.ntp-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:12px; }
.ntp-card { display:grid; grid-template-columns:138px minmax(0,1fr); min-height:164px; overflow:hidden; border:1px solid var(--ntp-line); border-radius:17px; background:var(--ntp-panel-2); }
.ntp-card-media { position:relative; display:block; min-height:164px; background:#1b1f28; }
.ntp-card-media img { display:block; width:100%; height:100%; object-fit:cover; }
.ntp-score { position:absolute; left:10px; top:10px; border-radius:999px; padding:6px 9px; background:rgba(241,64,75,.92); color:#fff; font-size:11px; font-weight:950; }
.ntp-card-body { min-width:0; padding:13px; }
.ntp-card-title { display:flex; align-items:center; gap:8px; }
.ntp-card-title h3 { min-width:0; margin:0; color:var(--ntp-text); font-size:15px; font-weight:950; line-height:1.25; }
.ntp-card-title h3 a { color:inherit; text-decoration:none; }
.ntp-coupon { flex:0 0 auto; border-radius:999px; padding:5px 7px; background:rgba(255,138,29,.15); color:var(--ntp-orange); font-size:10px; font-weight:950; }
.ntp-meta, .ntp-summary { margin:7px 0 0; color:var(--ntp-soft); font-size:12px; line-height:1.45; }
.ntp-summary { display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; }
.ntp-card-stats { display:flex; flex-wrap:wrap; gap:5px; margin-top:9px; }
.ntp-card-stats span { border-radius:999px; padding:4px 7px; background:rgba(18,168,127,.1); color:var(--ntp-green); font-size:10px; font-weight:900; }
.ntp-reasons { display:flex; flex-wrap:wrap; align-items:center; gap:5px; margin-top:8px; }
.ntp-reasons b { width:100%; color:var(--ntp-soft); font-size:10px; font-weight:950; }
.ntp-reasons span { border-radius:999px; padding:5px 7px; background:rgba(38,120,255,.1); color:var(--ntp-blue); font-size:10px; font-weight:900; }
.ntp-actions { display:flex; gap:7px; margin-top:12px; }
.ntp-actions a { display:inline-flex; align-items:center; justify-content:center; min-height:34px; border-radius:999px; padding:0 12px; font-size:12px; font-weight:950; text-decoration:none; }
.ntp-primary { background:var(--ntp-red); color:#fff; }
.ntp-secondary { border:1px solid var(--ntp-line); color:var(--ntp-text); }
.ntp-load-more { display:flex; align-items:center; justify-content:center; width:100%; min-height:48px; margin-top:14px; border:0; border-radius:16px; background:linear-gradient(135deg,var(--ntp-red),var(--ntp-pink)); color:#fff; font-size:14px; font-weight:950; cursor:pointer; }
.ntp-load-more:disabled { opacity:.72; cursor:wait; }
.ntp-seo-copy { margin-top:18px; }
.ntp-seo-copy h2 { margin:0 0 8px; font-size:20px; font-weight:950; color:var(--ntp-text); }
.ntp-seo-copy p { margin:0; color:var(--ntp-soft); line-height:1.7; }
@media (max-width: 980px) {
  .ntp-hero { grid-template-columns:1fr; }
  .ntp-pulse { display:grid; grid-template-columns:auto 1fr; align-items:center; gap:8px; }
  .ntp-pulse span { margin:0; }
  .ntp-mood-grid { grid-template-columns:repeat(3,minmax(0,1fr)); }
  .ntp-ai-panel { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .ntp-grid { grid-template-columns:1fr 1fr; }
}
@media (max-width: 640px) {
  .ntp-wrap { width:min(100% - 18px,560px); margin-top:12px; }
  .ntp-hero { border-radius:18px; padding:15px; gap:10px; }
  .ntp-kicker { font-size:10px; }
  .ntp-hero h1 { font-size:34px; }
  .ntp-hero p { font-size:13px; line-height:1.55; }
  .ntp-ai-badges { gap:5px; margin-top:10px; }
  .ntp-ai-badges span { min-height:25px; padding:0 8px; font-size:10px; }
  .ntp-search { height:48px; border-radius:15px; grid-template-columns:minmax(0,1fr) 46px; }
  .ntp-search input { font-size:14px; padding:0 13px; }
  .ntp-pulse { padding:12px; border-radius:15px; }
  .ntp-pulse b { font-size:24px; }
  .ntp-filter-panel { border-radius:18px; padding:10px; }
  .ntp-filter-head { padding-bottom:7px; }
  .ntp-strip { margin-left:-10px; margin-right:-10px; padding-left:10px; padding-right:10px; }
  .ntp-strip a { min-height:33px; padding:0 11px; font-size:11px; }
  .ntp-mood-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:8px; }
  .ntp-mood { min-height:68px; border-radius:15px; padding:11px; }
  .ntp-mood span { font-size:13px; }
  .ntp-mood b { margin-top:6px; font-size:11px; }
  .ntp-board { padding:10px; border-radius:18px; }
  .ntp-board-head { align-items:center; padding:4px 3px; }
  .ntp-board-head h2 { font-size:18px; }
  .ntp-ai-panel { grid-template-columns:repeat(2,minmax(0,1fr)); gap:7px; }
  .ntp-ai-panel span { min-height:38px; padding:8px; font-size:10px; }
  .ntp-grid { grid-template-columns:1fr; gap:9px; }
  .ntp-card { grid-template-columns:100px minmax(0,1fr); min-height:136px; border-radius:15px; }
  .ntp-card-media { min-height:136px; }
  .ntp-card-body { padding:10px; }
  .ntp-card-title h3 { font-size:14px; }
  .ntp-meta { margin-top:5px; font-size:11px; }
  .ntp-summary { display:none; }
  .ntp-card-stats { gap:4px; margin-top:7px; }
  .ntp-card-stats span, .ntp-reasons span { padding:4px 6px; font-size:9px; }
  .ntp-reasons b { display:none; }
  .ntp-actions a { min-height:31px; padding:0 10px; }
  .ntp-seo-copy h2 { font-size:16px; }
  .ntp-seo-copy p { font-size:12px; }
}
