/* NI_PAGE_CONTENT_CSS_SPLIT: article/help/content-commerce layer. Loaded by ni_frontend_page_css. */
/* Extracted from pages.css: article/help base rules */
/* NI_ARTICLE_DETAIL_SHELL_CONVERGENCE
 * Article detail / article pro shell convergence.
 * Scope is limited to article.dwt and article_pro.dwt. Do not place list/help/widget rules here.
 * Article content may contain UEditor legacy HTML; avoid broad table/td resets in this section.
 */
html body.ni-page-article{
  --ni-article-panel-bg:rgba(255,253,249,.97);
  --ni-article-panel-line:rgba(219,195,181,.50);
  --ni-article-panel-shadow:0 8px 24px rgba(114,86,72,.055);
  background:var(--ni-color-bg, #fffaf6);
  color:var(--ni-color-text, #5d514b);
}
html body.ni-page-article .ni-article-shell,
html body.ni-page-article .ni-article-shell *{
  box-sizing:border-box;
}
html body.ni-page-article .ni-article-shell{
  width:100%;
  padding:20px 0 34px;
}
html body.ni-page-article .ni-article-frame{
  width:min(var(--ni-page-max, 960px), calc(100% - 34px));
  max-width:var(--ni-page-max, 960px);
  margin:0 auto;
}
html body.ni-page-article .ni-article-breadcrumb{
  margin:0 0 14px;
}
html body.ni-page-article .ni-article-layout{
  display:flex;
  align-items:flex-start;
  gap:22px;
  width:100%;
}
html body.ni-page-article .ni-article-layout--single{
  display:block;
}
html body.ni-page-article .ni-article-sidebar{
  flex:0 0 226px;
  min-width:0;
}
html body.ni-page-article .ni-article-main{
  flex:1 1 auto;
  min-width:0;
}
html body.ni-page-article .ni-article-layout--single .ni-article-main{
  width:100%;
}
html body.ni-page-article .ni-article-card{
  overflow:hidden;
  border:1px solid var(--ni-article-panel-line);
  border-radius:24px;
  background:var(--ni-article-panel-bg);
  box-shadow:var(--ni-article-panel-shadow);
}
html body.ni-page-article .ni-article-hero{
  padding:30px clamp(22px,4vw,42px) 22px;
  border-bottom:1px solid rgba(219,195,181,.38);
  background:transparent;
}
html body.ni-page-article .ni-article-kicker{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  margin:0 0 10px;
  padding:0 12px;
  border:1px solid rgba(215,160,157,.38);
  border-radius:999px;
  background:rgba(247,229,226,.72);
  color:#9a5b5f;
  font-size:12px;
  font-weight:800;
  line-height:1.35;
  letter-spacing:.12em;
  text-transform:uppercase;
}
html body.ni-page-article .ni-article-title{
  margin:0;
  color:#4e3932;
  font-family:var(--ni-font-serif, "Noto Serif TC", "PMingLiU", serif);
  font-size:clamp(24px,3.1vw,36px);
  font-weight:700;
  font-synthesis:none;
  line-height:1.38;
  letter-spacing:.045em;
}
html body.ni-page-article .ni-article-meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:14px 0 0;
  color:var(--ni-color-muted, #8a766f);
  font-size:13px;
  line-height:1.6;
  letter-spacing:.03em;
}
html body.ni-page-article .ni-article-meta__item{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:0 11px;
  border:1px solid rgba(219,195,181,.56);
  border-radius:999px;
  background:rgba(255,255,255,.58);
}
html body.ni-page-article .ni-article-content{
  padding:clamp(22px,4vw,42px);
  color:#5f5049;
  font-size:15px;
  line-height:1.95;
  letter-spacing:.025em;
}
html body.ni-page-article .ni-article-content p{
  margin-top:0;
  margin-bottom:1.05em;
}
html body.ni-page-article .ni-article-content img{
  max-width:100%;
  height:auto;
}
html body.ni-page-article .ni-article-content a{
  color:#9a5b5f;
  text-decoration:none;
  border-bottom:1px solid rgba(154,91,95,.25);
}
html body.ni-page-article .ni-article-content a:hover{
  border-bottom-color:rgba(154,91,95,.56);
}
html body.ni-page-article .ni-article-content ul,
html body.ni-page-article .ni-article-content ol{
  padding-left:1.45em;
}
html body.ni-page-article .ni-article-attachment{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:10px;
  margin:0 clamp(22px,4vw,42px) clamp(22px,3vw,30px);
  padding:14px 16px;
  border:1px solid rgba(219,195,181,.56);
  border-radius:20px;
  background:rgba(255,255,255,.62);
}
html body.ni-page-article .ni-article-attachment__label{
  color:#8a766f;
  font-size:13px;
  font-weight:700;
}
html body.ni-page-article .ni-article-attachment__link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:0 14px;
  border:1px solid rgba(201,143,145,.42);
  border-radius:999px;
  background:#fff7f3;
  color:#9a5b5f;
  font-size:13px;
  font-weight:800;
  line-height:1.35;
  text-decoration:none;
  box-shadow:0 8px 18px rgba(201,143,145,.10);
}
html body.ni-page-article .ni-article-nav{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  padding:0 clamp(22px,4vw,42px) clamp(24px,4vw,38px);
}
html body.ni-page-article .ni-article-nav__item{
  display:grid;
  gap:4px;
  min-height:78px;
  padding:16px 18px;
  border:1px solid rgba(219,195,181,.56);
  border-radius:22px;
  background:rgba(255,255,255,.66);
  color:#5d514b;
  text-decoration:none;
  box-shadow:0 10px 26px rgba(114,86,72,.055);
  transition:transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
html body.ni-page-article .ni-article-nav__item:hover{
  transform:translateY(-1px);
  border-color:rgba(201,143,145,.42);
  box-shadow:0 14px 30px rgba(114,86,72,.08);
}
html body.ni-page-article .ni-article-nav__label{
  color:#9a5b5f;
  font-size:12px;
  font-weight:800;
  line-height:1.45;
  letter-spacing:.08em;
}
html body.ni-page-article .ni-article-nav__title{
  color:#4e3932;
  font-size:14px;
  font-weight:700;
  line-height:1.65;
}

/* NI_ARTICLE_LIST_SHELL_CONVERGENCE
 * Article category / help list convergence.
 * Scope is limited to article_cat.dwt and article_help.dwt list/search/message form surfaces.
 * Keep article content/UEditor rules isolated in the detail shell section above.
 */
html body.ni-page-article .ni-article-list-card{
  overflow:visible;
}
html body.ni-page-article .ni-article-list-hero{
  display:grid;
  gap:16px;
}
html body.ni-page-article .ni-article-search{
  display:grid;
  gap:8px;
  width:100%;
  margin:4px 0 0;
}
html body.ni-page-article .ni-article-search__label{
  color:#8a766f;
  font-size:13px;
  font-weight:800;
  line-height:1.45;
  letter-spacing:.08em;
}
html body.ni-page-article .ni-article-search__field{
  display:flex;
  align-items:center;
  gap:10px;
  width:100%;
  min-height:48px;
  padding:6px;
  border:1px solid rgba(219,195,181,.58);
  border-radius:999px;
  background:rgba(255,255,255,.72);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.82), 0 10px 24px rgba(114,86,72,.05);
}
html body.ni-page-article .ni-article-search__input{
  flex:1 1 auto;
  min-width:0;
  height:36px;
  margin:0;
  padding:0 14px;
  border:0;
  outline:0;
  background:transparent;
  color:#5d514b;
  font-size:14px;
  line-height:36px;
  box-shadow:none;
}
html body.ni-page-article .ni-article-search__submit{
  flex:0 0 auto;
  min-width:88px;
  height:36px;
  margin:0;
  padding:0 16px;
  border:1px solid rgba(201,143,145,.36);
  border-radius:999px;
  background:linear-gradient(135deg,#d79698,#bf7c80);
  color:#fff;
  font-size:13px;
  font-weight:800;
  line-height:34px;
  text-align:center;
  letter-spacing:.08em;
  cursor:pointer;
  box-shadow:0 10px 20px rgba(191,124,128,.18);
}
html body.ni-page-article .ni-article-list{
  display:grid;
  gap:12px;
  padding:clamp(18px,3.2vw,32px);
}
html body.ni-page-article .ni-article-list__item{
  display:grid;
  gap:8px;
  padding:17px 18px;
  border:1px solid rgba(219,195,181,.52);
  border-radius:22px;
  background:rgba(255,255,255,.68);
  box-shadow:0 10px 26px rgba(114,86,72,.055);
  transition:transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
html body.ni-page-article .ni-article-list__item:hover{
  transform:translateY(-1px);
  border-color:rgba(201,143,145,.42);
  box-shadow:0 14px 30px rgba(114,86,72,.08);
}
html body.ni-page-article .ni-article-list__title{
  color:#4e3932;
  font-size:15px;
  font-weight:800;
  line-height:1.72;
  letter-spacing:.035em;
  text-decoration:none;
}
html body.ni-page-article .ni-article-list__title:hover{
  color:#9a5b5f;
}
html body.ni-page-article .ni-article-list__meta{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  color:#8a766f;
  font-size:12px;
  line-height:1.5;
}
html body.ni-page-article .ni-article-list__meta-item{
  display:inline-flex;
  align-items:center;
  min-height:26px;
  padding:0 10px;
  border:1px solid rgba(219,195,181,.48);
  border-radius:999px;
  background:rgba(255,250,246,.74);
}
html body.ni-page-article .ni-article-pagination{
  padding:0 clamp(18px,3.2vw,32px) clamp(18px,3vw,28px);
}
html body.ni-page-article .ni-help-message{
  margin-top:18px;
  overflow:hidden;
  border:1px solid rgba(219,195,181,.64);
  border-radius:30px;
  background:
    radial-gradient(circle at 0% 0%, rgba(215,160,157,.10), transparent 31%),
    linear-gradient(180deg, rgba(255,253,249,.98) 0%, rgba(255,250,246,.98) 100%);
  box-shadow:0 18px 46px rgba(114,86,72,.08);
}
html body.ni-page-article .ni-help-message__header{
  padding:24px clamp(20px,3.2vw,34px) 16px;
  border-bottom:1px solid rgba(219,195,181,.45);
  background:linear-gradient(135deg, rgba(255,255,255,.48), rgba(251,244,238,.58));
}
html body.ni-page-article .ni-help-message__title{
  margin:0;
  color:#4e3932;
  font-family:var(--ni-font-serif, "Noto Serif TC", "PMingLiU", serif);
  font-size:clamp(21px,2.4vw,28px);
  font-weight:800;
  line-height:1.42;
  letter-spacing:.045em;
}
html body.ni-page-article .ni-help-message-form{
  display:grid;
  gap:14px;
  padding:clamp(18px,3vw,32px);
}
html body.ni-page-article .ni-help-message-form__row{
  display:grid;
  grid-template-columns:118px minmax(0,1fr);
  gap:14px;
  align-items:center;
}
html body.ni-page-article .ni-help-message-form__row--content{
  align-items:start;
}
html body.ni-page-article .ni-help-message-form__label{
  margin:0;
  color:#7b6860;
  font-size:13px;
  font-weight:800;
  line-height:1.5;
  letter-spacing:.04em;
}
html body.ni-page-article .ni-help-message-form__control{
  min-width:0;
}
html body.ni-page-article .ni-help-message-form__username{
  display:inline-flex;
  align-items:center;
  min-height:32px;
  color:#9a5b5f;
  font-weight:800;
}
html body.ni-page-article .ni-help-message-form__muted{
  color:#8a766f;
}
html body.ni-page-article .ni-help-message-form__check{
  display:inline-flex;
  align-items:center;
  gap:5px;
  margin-left:10px;
  color:#7b6860;
  font-size:13px;
}
html body.ni-page-article .ni-help-message-form__input,
html body.ni-page-article .ni-help-message-form__captcha-input,
html body.ni-page-article .ni-help-message-form__textarea{
  width:100%;
  max-width:100%;
  min-height:42px;
  margin:0;
  padding:0 14px;
  border:1px solid rgba(219,195,181,.62);
  border-radius:16px;
  background:rgba(255,255,255,.76);
  color:#5d514b;
  font-size:14px;
  line-height:1.6;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.76);
}
html body.ni-page-article .ni-help-message-form__textarea{
  min-height:118px;
  padding-top:12px;
  padding-bottom:12px;
  resize:vertical;
}
html body.ni-page-article .ni-help-message-form__fieldset{
  display:grid;
  grid-template-columns:118px minmax(0,1fr);
  gap:14px;
  align-items:start;
  margin:0;
  padding:0;
  border:0;
}
html body.ni-page-article .ni-help-message-form__fieldset .ni-help-message-form__label{
  float:none;
  width:auto;
  padding:0;
}
html body.ni-page-article .ni-help-message-form__radios{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
html body.ni-page-article .ni-help-message-form__radios label{
  display:inline-flex;
  align-items:center;
  gap:5px;
  min-height:34px;
  padding:0 11px;
  border:1px solid rgba(219,195,181,.52);
  border-radius:999px;
  background:rgba(255,255,255,.62);
  color:#6a5a53;
  font-size:13px;
  line-height:1.4;
}
html body.ni-page-article .ni-help-message-form__captcha{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:10px;
}
html body.ni-page-article .ni-help-message-form__captcha-input{
  width:128px;
  flex:0 0 128px;
}
html body.ni-page-article .ni-help-message-form__captcha-img{
  display:block;
  max-height:42px;
  border:1px solid rgba(219,195,181,.52);
  border-radius:12px;
  background:#fff;
  cursor:pointer;
}
html body.ni-page-article .ni-help-message-form__actions{
  display:flex;
  justify-content:flex-end;
  padding-left:132px;
}
html body.ni-page-article .ni-help-message-form__submit{
  min-width:138px;
  min-height:40px;
  padding:0 18px;
  border:1px solid rgba(201,143,145,.36);
  border-radius:999px;
  background:linear-gradient(135deg,#d79698,#bf7c80);
  color:#fff;
  font-size:14px;
  font-weight:800;
  line-height:38px;
  text-align:center;
  letter-spacing:.06em;
  cursor:pointer;
  box-shadow:0 10px 20px rgba(191,124,128,.18);
}
html body.ni-page-article .ni-help-aside{
  display:grid;
  gap:14px;
}

/* NI_ARTICLE_WIDGETS_CONVERGENCE
 * Help sidebar and article widgets convergence.
 * Scope: left_help.lbi, help.lbi, article_category_tree.lbi, new_articles.lbi,
 * goods_article.lbi, cat_articles.lbi. Keep empty/retired widgets non-rendering.
 */
html body.ni-page-article .ni-help-sidebar,
html body.ni-page-article .ni-article-widget{
  overflow:hidden;
  border:1px solid var(--ni-article-panel-line);
  border-radius:22px;
  background:var(--ni-article-panel-bg);
  box-shadow:var(--ni-article-panel-shadow);
}
html body.ni-page-article .ni-help-sidebar__header,
html body.ni-page-article .ni-article-widget__header{
  padding:20px 18px 14px;
  border-bottom:1px solid rgba(219,195,181,.36);
  background:transparent;
}
html body.ni-page-article .ni-help-sidebar__title,
html body.ni-page-article .ni-article-widget__title{
  margin:0;
  color:#4e3932;
  font-family:var(--ni-font-serif, "Noto Serif TC", "PMingLiU", serif);
  font-size:20px;
  font-weight:800;
  line-height:1.42;
  letter-spacing:.045em;
}
html body.ni-page-article .ni-help-sidebar__groups{
  display:grid;
  gap:12px;
  padding:16px;
}
html body.ni-page-article .ni-help-sidebar__group{
  margin:0;
  padding:0 0 12px;
  border:0;
  border-bottom:1px solid rgba(219,195,181,.42);
  background:transparent;
}
html body.ni-page-article .ni-help-sidebar__group:last-child{
  padding-bottom:0;
  border-bottom:0;
}
html body.ni-page-article .ni-help-sidebar__group-title{
  display:block;
  width:100%;
  margin:0 0 8px;
  padding:0;
  height:auto;
  min-height:0;
  border:0;
  border-bottom:0;
  background:transparent !important;
  background-color:transparent !important;
  background-image:none !important;
  color:inherit;
  font-size:14px;
  font-weight:inherit;
  line-height:1.5;
  text-align:left;
}
html body.ni-page-article .ni-help-sidebar__group-label{
  display:flex;
  align-items:center;
  justify-content:space-between;
  float:none;
  width:100%;
  min-height:34px;
  padding:0 12px;
  border:1px solid rgba(219,195,181,.50);
  border-radius:999px;
  background:rgba(255,255,255,.62);
  color:#6a514a;
  font-weight:800;
  letter-spacing:.04em;
  box-sizing:border-box;
}
html body.ni-page-article .ni-help-sidebar__group-label:after{
  content:"›";
  color:#c38d86;
  font-size:18px;
  font-weight:300;
  line-height:1;
}
html body.ni-page-article .ni-help-sidebar__list,
html body.ni-page-article .ni-article-widget__list{
  display:grid;
  gap:6px;
  margin:0;
  padding:0;
  list-style:none;
}
html body.ni-page-article .ni-help-sidebar__item,
html body.ni-page-article .ni-article-widget__item{
  margin:0;
  padding:0;
  list-style:none;
}
html body.ni-page-article .ni-help-sidebar__link,
html body.ni-page-article .ni-article-widget__link,
html body.ni-page-article .ni-article-category-tree__link{
  display:flex;
  align-items:center;
  min-height:34px;
  padding:0 11px;
  border-radius:14px;
  color:#6f5e57;
  font-size:13px;
  font-weight:700;
  line-height:1.45;
  letter-spacing:.025em;
  text-decoration:none;
  transition:background-color .16s ease,color .16s ease,box-shadow .16s ease;
}
html body.ni-page-article .ni-help-sidebar__link:before,
html body.ni-page-article .ni-article-widget__link:before,
html body.ni-page-article .ni-article-category-tree__link:before{
  content:"";
  flex:0 0 5px;
  width:5px;
  height:5px;
  margin-right:8px;
  border-radius:999px;
  background:rgba(201,143,145,.62);
}
html body.ni-page-article .ni-help-sidebar__link:hover,
html body.ni-page-article .ni-help-sidebar__link:focus,
html body.ni-page-article .ni-article-widget__link:hover,
html body.ni-page-article .ni-article-widget__link:focus,
html body.ni-page-article .ni-article-category-tree__link:hover,
html body.ni-page-article .ni-article-category-tree__link:focus{
  background:rgba(217,171,163,.18);
  color:#9a5b5f;
  box-shadow:inset 3px 0 0 rgba(198,132,132,.32);
  outline:0;
}
html body.ni-page-article .ni-article-widget__list,
html body.ni-page-article .ni-article-category-tree__body{
  display:grid;
  gap:6px;
  padding:16px;
}
html body.ni-page-article .ni-article-category-tree__link--parent{
  min-height:36px;
  border:1px solid rgba(219,195,181,.50);
  border-radius:999px;
  background:rgba(255,255,255,.62);
  color:#6a514a;
  font-weight:800;
}
html body.ni-page-article .ni-article-category-tree__link--child{
  margin-left:12px;
  padding-left:12px;
  color:#77655e;
}
html body.ni-page-article .ni-article-category-tree__link--child:before{
  background:rgba(198,132,132,.38);
}
html body.ni-page-article .ni-article-widget + .ni-article-widget,
html body.ni-page-article .ni-help-sidebar + .ni-article-widget,
html body.ni-page-article .ni-article-widget + .ni-help-sidebar{
  margin-top:14px;
}
html body.ni-page-article .ni-article-widget--latest .ni-article-widget__title,
html body.ni-page-article .ni-article-widget--goods-related .ni-article-widget__title{
  color:#4e3932;
}

/* Extracted from pages.css: content commerce rules */
/* NI_CONTENT_COMMERCE_PACK: article/help commerce and guidance layer. */
html body.ni-page-article .ni-content-action-rail,
html body.ni-page-article .ni-content-topic-rail{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin:18px 0 22px;
}
html body.ni-page-article .ni-content-action-rail__item,
html body.ni-page-article .ni-content-topic-rail__item{
  display:flex;
  flex-direction:column;
  gap:5px;
  min-height:92px;
  padding:16px;
  border:1px solid rgba(214,192,178,.58);
  border-radius:18px;
  background:rgba(255,255,255,.82);
  box-shadow:none;
  color:#6b5d56;
  text-decoration:none;
  box-sizing:border-box;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
html body.ni-page-article .ni-content-action-rail__item:hover,
html body.ni-page-article .ni-content-action-rail__item:focus,
html body.ni-page-article .ni-content-topic-rail__item:hover,
html body.ni-page-article .ni-content-topic-rail__item:focus{
  transform:translateY(-2px);
  border-color:rgba(201,137,151,.58);
  box-shadow:0 16px 40px rgba(131,105,92,.12);
  color:#5c4e47;
  text-decoration:none;
}
html body.ni-page-article .ni-content-action-rail__item span,
html body.ni-page-article .ni-content-topic-rail__item span{
  font-size:11px;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:#b56f80;
  font-weight:900;
}
html body.ni-page-article .ni-content-action-rail__item strong,
html body.ni-page-article .ni-content-topic-rail__item strong{
  color:#4e4038;
  font-size:16px;
  line-height:1.35;
}
html body.ni-page-article .ni-content-topic-rail__item em{
  color:#8a7b72;
  font-size:13px;
  font-style:normal;
  line-height:1.6;
}
html body.ni-page-article .ni-content-toc{
  display:none;
  margin:0 0 22px;
  padding:16px;
  border:1px solid rgba(222,204,192,.76);
  border-radius:22px;
  background:rgba(255,253,249,.86);
}
html body.ni-page-article .ni-content-toc.is-ready{
  display:block;
}
html body.ni-page-article .ni-content-toc__head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin:0 0 10px;
}
html body.ni-page-article .ni-content-toc__head span{
  color:#b56f80;
  font-size:11px;
  font-weight:900;
  letter-spacing:.16em;
  text-transform:uppercase;
}
html body.ni-page-article .ni-content-toc__head strong{
  color:#4e4038;
  font-size:15px;
}
html body.ni-page-article .ni-content-toc__links{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
html body.ni-page-article .ni-content-toc__links a{
  display:inline-flex;
  align-items:center;
  min-height:32px;
  padding:0 12px;
  border-radius:999px;
  background:#f7eee9;
  color:#735f55;
  font-size:13px;
  font-weight:800;
  text-decoration:none;
}
html body.ni-page-article .ni-content-commerce,
html body.ni-page-article .ni-content-support-cta,
html body.ni-page-article .ni-content-faq,
html body.ni-page-article .ni-content-empty-state{
  margin:24px 0;
  padding:20px;
  border:1px solid rgba(218,197,184,.58);
  border-radius:20px;
  background:rgba(255,253,249,.88);
  box-shadow:none;
  box-sizing:border-box;
}
html body.ni-page-article .ni-content-commerce__header,
html body.ni-page-article .ni-content-faq__header{
  margin:0 0 14px;
}
html body.ni-page-article .ni-content-commerce__title,
html body.ni-page-article .ni-content-faq__header h2,
html body.ni-page-article .ni-content-support-cta h2,
html body.ni-page-article .ni-content-empty-state h2{
  margin:0 0 8px;
  color:#4e4038;
  font-size:22px;
  line-height:1.45;
  letter-spacing:.04em;
}
html body.ni-page-article .ni-content-commerce__lead,
html body.ni-page-article .ni-content-support-cta p,
html body.ni-page-article .ni-content-empty-state p{
  margin:0;
  color:#83736a;
  line-height:1.75;
}
html body.ni-page-article .ni-content-commerce__grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}
html body.ni-page-article .ni-content-product-card{
  display:flex;
  flex-direction:column;
  overflow:hidden;
  border:1px solid rgba(214,192,178,.74);
  border-radius:22px;
  background:rgba(255,255,255,.9);
  color:#5f514a;
  text-decoration:none;
  box-shadow:0 10px 28px rgba(131,105,92,.08);
}
html body.ni-page-article .ni-content-product-card__media{
  display:block;
  aspect-ratio:1/1;
  background:#f5eee9;
}
html body.ni-page-article .ni-content-product-card__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
html body.ni-page-article .ni-content-product-card__body{
  display:flex;
  flex-direction:column;
  gap:5px;
  padding:12px;
}
html body.ni-page-article .ni-content-product-card__body strong{
  min-height:38px;
  color:#4e4038;
  font-size:14px;
  line-height:1.45;
}
html body.ni-page-article .ni-content-product-card__body em{
  color:#bf626d;
  font-size:15px;
  font-style:normal;
  font-weight:900;
}
html body.ni-page-article .ni-content-support-cta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}
html body.ni-page-article .ni-content-support-cta__body{
  min-width:0;
}
html body.ni-page-article .ni-content-support-cta__actions,
html body.ni-page-article .ni-content-empty-state__actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  flex:0 0 auto;
}
html body.ni-page-article .ni-content-support-cta__button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 18px;
  border:1px solid rgba(191,98,109,.42);
  border-radius:999px;
  background:#bf626d;
  color:#fff;
  font-size:14px;
  font-weight:900;
  text-decoration:none;
}
html body.ni-page-article .ni-content-support-cta__button--ghost{
  background:rgba(255,255,255,.72);
  color:#9d5f70;
}
html body.ni-page-article .ni-content-faq__list{
  display:grid;
  gap:10px;
}
html body.ni-page-article .ni-content-faq__item{
  padding:14px 16px;
  border:1px solid rgba(214,192,178,.72);
  border-radius:18px;
  background:rgba(255,255,255,.82);
  color:#6b5d56;
}
html body.ni-page-article .ni-content-faq__item summary{
  cursor:pointer;
  color:#4e4038;
  font-size:15px;
  font-weight:900;
  line-height:1.5;
}
html body.ni-page-article .ni-content-faq__item p{
  margin:10px 0 0;
  color:#83736a;
  line-height:1.75;
}

/* Extracted from responsive.css: article/help responsive base */
/* NI_ARTICLE_DETAIL_SHELL_RESPONSIVE */
@media (max-width:700px){
  html body.ni-page-article .ni-article-shell{
    padding:14px 0 26px;
  }
  html body.ni-page-article .ni-article-frame{
    width:min(100% - 22px, var(--ni-page-max, 960px));
  }
  html body.ni-page-article .ni-article-layout{
    flex-direction:column;
    gap:14px;
  }
  html body.ni-page-article .ni-article-main{
    order:1;
    width:100%;
  }
  html body.ni-page-article .ni-article-sidebar{
    order:2;
    width:100%;
    flex:0 0 auto;
  }
  html body.ni-page-article .ni-article-card{
    border-radius:24px;
  }
  html body.ni-page-article .ni-article-hero{
    padding:22px 18px 18px;
  }
  html body.ni-page-article .ni-article-title{
    font-size:clamp(22px,6.4vw,28px);
  }
  html body.ni-page-article .ni-article-content{
    padding:20px 18px;
    font-size:14px;
    line-height:1.9;
  }
  html body.ni-page-article .ni-article-attachment{
    margin:0 18px 20px;
  }
  html body.ni-page-article .ni-article-nav{
    grid-template-columns:1fr;
    padding:0 18px 22px;
  }
}
@media (max-width:374px){
  html body.ni-page-article .ni-article-frame{
    width:min(100% - 16px, var(--ni-page-max, 960px));
  }
  html body.ni-page-article .ni-article-hero,
  html body.ni-page-article .ni-article-content{
    padding-left:14px;
    padding-right:14px;
  }
  html body.ni-page-article .ni-article-attachment{
    margin-left:14px;
    margin-right:14px;
  }
  html body.ni-page-article .ni-article-nav{
    padding-left:14px;
    padding-right:14px;
  }
}

/* NI_ARTICLE_LIST_SHELL_RESPONSIVE */
@media (max-width:700px){
  html body.ni-page-article .ni-article-search__field{
    border-radius:22px;
    align-items:stretch;
    flex-direction:column;
    padding:8px;
  }
  html body.ni-page-article .ni-article-search__input{
    width:100%;
    height:40px;
    border-radius:16px;
    background:rgba(255,255,255,.72);
  }
  html body.ni-page-article .ni-article-search__submit{
    width:100%;
    height:40px;
    line-height:38px;
  }
  html body.ni-page-article .ni-article-list{
    padding:18px;
  }
  html body.ni-page-article .ni-article-list__item{
    padding:15px 14px;
    border-radius:20px;
  }
  html body.ni-page-article .ni-article-pagination{
    padding:0 18px 20px;
  }
  html body.ni-page-article .ni-help-message{
    border-radius:24px;
  }
  html body.ni-page-article .ni-help-message__header{
    padding:20px 18px 14px;
  }
  html body.ni-page-article .ni-help-message-form{
    padding:18px;
  }
  html body.ni-page-article .ni-help-message-form__row,
  html body.ni-page-article .ni-help-message-form__fieldset{
    grid-template-columns:1fr;
    gap:7px;
  }
  html body.ni-page-article .ni-help-message-form__check{
    margin-left:0;
    margin-top:6px;
  }
  html body.ni-page-article .ni-help-message-form__actions{
    justify-content:stretch;
    padding-left:0;
  }
  html body.ni-page-article .ni-help-message-form__submit{
    width:100%;
  }
  html body.ni-page-article .ni-help-aside{
    width:100%;
  }
}
@media (max-width:374px){
  html body.ni-page-article .ni-article-list,
  html body.ni-page-article .ni-help-message-form{
    padding-left:14px;
    padding-right:14px;
  }
  html body.ni-page-article .ni-article-pagination{
    padding-left:14px;
    padding-right:14px;
  }
  html body.ni-page-article .ni-help-message__header{
    padding-left:14px;
    padding-right:14px;
  }
}

/* NI_ARTICLE_WIDGETS_RESPONSIVE */
@media (max-width:700px){
  html body.ni-page-article .ni-help-sidebar,
  html body.ni-page-article .ni-article-widget{
    width:100%;
    border-radius:24px;
  }
  html body.ni-page-article .ni-help-sidebar__header,
  html body.ni-page-article .ni-article-widget__header{
    padding:18px 16px 12px;
  }
  html body.ni-page-article .ni-help-sidebar__groups,
  html body.ni-page-article .ni-article-widget__list,
  html body.ni-page-article .ni-article-category-tree__body{
    padding:14px;
  }
  html body.ni-page-article .ni-help-sidebar__title,
  html body.ni-page-article .ni-article-widget__title{
    font-size:19px;
  }
  html body.ni-page-article .ni-article-category-tree__link--child{
    margin-left:6px;
  }
}
@media (max-width:374px){
  html body.ni-page-article .ni-help-sidebar__groups,
  html body.ni-page-article .ni-article-widget__list,
  html body.ni-page-article .ni-article-category-tree__body{
    padding-left:12px;
    padding-right:12px;
  }
}

/* Extracted from responsive.css: content commerce responsive */
/* NI_CONTENT_COMMERCE_RESPONSIVE: article/help commerce mobile layer. */
@media (max-width:700px){
  html body.ni-page-article .ni-content-action-rail,
  html body.ni-page-article .ni-content-topic-rail{
    display:flex;
    overflow-x:auto;
    gap:10px;
    margin:14px 0 18px;
    padding:2px 2px 8px;
    scroll-snap-type:x mandatory;
    -webkit-overflow-scrolling:touch;
  }
  html body.ni-page-article .ni-content-action-rail__item,
  html body.ni-page-article .ni-content-topic-rail__item{
    flex:0 0 76%;
    min-height:88px;
    padding:15px;
    border-radius:20px;
    scroll-snap-align:start;
  }
  html body.ni-page-article .ni-content-toc,
  html body.ni-page-article .ni-content-commerce,
  html body.ni-page-article .ni-content-support-cta,
  html body.ni-page-article .ni-content-faq,
  html body.ni-page-article .ni-content-empty-state{
    margin:18px 0;
    padding:16px;
    border-radius:22px;
  }
  html body.ni-page-article .ni-content-commerce__grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
  }
  html body.ni-page-article .ni-content-product-card{
    border-radius:18px;
  }
  html body.ni-page-article .ni-content-product-card__body{
    padding:10px;
  }
  html body.ni-page-article .ni-content-product-card__body strong{
    min-height:42px;
    font-size:13px;
  }
  html body.ni-page-article .ni-content-support-cta{
    align-items:flex-start;
    flex-direction:column;
  }
  html body.ni-page-article .ni-content-support-cta__actions,
  html body.ni-page-article .ni-content-empty-state__actions{
    width:100%;
  }
  html body.ni-page-article .ni-content-support-cta__button{
    flex:1 1 140px;
  }
}

@media (min-width:701px) and (max-width:960px){
  html body.ni-page-article .ni-content-action-rail,
  html body.ni-page-article .ni-content-topic-rail,
  html body.ni-page-article .ni-content-commerce__grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

/* NI_ARTICLE_DETAIL_VISUAL_POLISH_PACK12
 * Article detail / article pro final visual polish.
 * Scope is limited to article.dwt and article_pro.dwt through data-ni-article-detail-polish="pack12".
 * Keep UEditor content safe: no broad table, td, th, or global body resets in this block.
 */
html body.ni-page-article [data-ni-article-detail-polish="pack12"]{
  --ni-article-polish-surface:rgba(255,253,249,.96);
  --ni-article-polish-surface-soft:rgba(255,247,243,.86);
  --ni-article-polish-line:rgba(219,195,181,.66);
  --ni-article-polish-line-strong:rgba(201,143,145,.44);
  --ni-article-polish-text:#544139;
  --ni-article-polish-muted:#8b766d;
  --ni-article-polish-accent:#b86978;
  --ni-article-polish-shadow:0 20px 52px rgba(114,86,72,.10);
  --ni-article-polish-inner-shadow:0 10px 28px rgba(114,86,72,.055);
}
html body.ni-page-article-detail [data-ni-article-detail-polish="pack12"] .ni-article-layout--with-sidebar{
  gap:24px;
}
html body.ni-page-article [data-ni-article-detail-polish="pack12"] .ni-article-breadcrumb{
  padding:0 2px;
}
html body.ni-page-article [data-ni-article-detail-polish="pack12"] [data-ni-article-readable-card]{
  position:relative;
  border-color:var(--ni-article-polish-line);
  background:var(--ni-article-panel-bg);
  box-shadow:var(--ni-article-panel-shadow);
}
html body.ni-page-article [data-ni-article-detail-polish="pack12"] .ni-article-hero{
  position:relative;
  padding-top:clamp(30px,4vw,46px);
  padding-bottom:clamp(22px,3vw,30px);
  background:transparent;
}
html body.ni-page-article [data-ni-article-detail-polish="pack12"] .ni-article-kicker{
  margin-bottom:12px;
  background:rgba(248,231,228,.84);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.7);
}
html body.ni-page-article [data-ni-article-detail-polish="pack12"] .ni-article-title{
  max-width:780px;
  color:var(--ni-article-polish-text);
  text-wrap:balance;
}
html body.ni-page-article [data-ni-article-detail-polish="pack12"] .ni-article-deck{
  max-width:720px;
  margin:14px 0 0;
  color:var(--ni-article-polish-muted);
  font-size:15px;
  line-height:1.85;
  letter-spacing:.035em;
}
html body.ni-page-article [data-ni-article-detail-polish="pack12"] .ni-article-meta{
  margin-top:16px;
}
html body.ni-page-article [data-ni-article-detail-polish="pack12"] .ni-article-meta__item{
  gap:7px;
  background:rgba(255,255,255,.68);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.76);
}
html body.ni-page-article [data-ni-article-detail-polish="pack12"] .ni-article-meta__item em{
  color:var(--ni-article-polish-accent);
  font-size:10px;
  font-style:normal;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase;
}
html body.ni-page-article [data-ni-article-detail-polish="pack12"] .ni-content-action-rail,
html body.ni-page-article [data-ni-article-detail-polish="pack12"] .ni-content-toc,
html body.ni-page-article [data-ni-article-detail-polish="pack12"] .ni-content-commerce,
html body.ni-page-article [data-ni-article-detail-polish="pack12"] .ni-content-support-cta{
  margin-left:clamp(18px,3vw,34px);
  margin-right:clamp(18px,3vw,34px);
}
html body.ni-page-article [data-ni-article-detail-polish="pack12"] .ni-content-action-rail__item{
  min-height:96px;
  border-color:var(--ni-article-polish-line);
  background:rgba(255,255,255,.82);
  box-shadow:none;
}
html body.ni-page-article [data-ni-article-detail-polish="pack12"] .ni-content-action-rail__item strong{
  color:var(--ni-article-polish-text);
}
html body.ni-page-article [data-ni-article-detail-polish="pack12"] .ni-content-toc{
  background:rgba(255,253,249,.88);
  box-shadow:none;
}
html body.ni-page-article [data-ni-article-detail-polish="pack12"] [data-ni-article-content-body="1"]{
  max-width:760px;
  margin:0 auto;
  padding-top:clamp(26px,4vw,46px);
  padding-bottom:clamp(28px,4vw,48px);
  color:#5d4b43;
  font-size:16px;
  line-height:2.05;
}
html body.ni-page-article [data-ni-article-detail-polish="pack12"] [data-ni-article-content-body="1"] > *:first-child{
  margin-top:0;
}
html body.ni-page-article [data-ni-article-detail-polish="pack12"] [data-ni-article-content-body="1"] h2,
html body.ni-page-article [data-ni-article-detail-polish="pack12"] [data-ni-article-content-body="1"] h3,
html body.ni-page-article [data-ni-article-detail-polish="pack12"] [data-ni-article-content-body="1"] h4{
  color:var(--ni-article-polish-text);
  line-height:1.55;
  letter-spacing:.045em;
}
html body.ni-page-article [data-ni-article-detail-polish="pack12"] [data-ni-article-content-body="1"] h2{
  margin:2.05em 0 .75em;
  padding-bottom:.42em;
  border-bottom:1px solid rgba(219,195,181,.64);
  font-size:clamp(21px,2.4vw,27px);
}
html body.ni-page-article [data-ni-article-detail-polish="pack12"] [data-ni-article-content-body="1"] h3{
  margin:1.8em 0 .65em;
  font-size:clamp(18px,2.1vw,22px);
}
html body.ni-page-article [data-ni-article-detail-polish="pack12"] [data-ni-article-content-body="1"] blockquote{
  margin:1.6em 0;
  padding:18px 20px;
  border-left:4px solid rgba(184,105,120,.46);
  border-radius:18px;
  background:rgba(255,248,244,.78);
  color:#6a554d;
}
html body.ni-page-article [data-ni-article-detail-polish="pack12"] [data-ni-article-content-body="1"] img{
  border-radius:18px;
  box-shadow:0 12px 30px rgba(114,86,72,.08);
}
html body.ni-page-article [data-ni-article-detail-polish="pack12"] [data-ni-article-content-body="1"] hr{
  height:1px;
  margin:2em 0;
  border:0;
  background:linear-gradient(90deg, transparent, rgba(219,195,181,.86), transparent);
}
html body.ni-page-article [data-ni-article-detail-polish="pack12"] .ni-content-commerce,
html body.ni-page-article [data-ni-article-detail-polish="pack12"] .ni-content-support-cta{
  box-shadow:none;
}
html body.ni-page-article [data-ni-article-detail-polish="pack12"] .ni-content-product-card{
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
html body.ni-page-article [data-ni-article-detail-polish="pack12"] .ni-content-product-card:hover,
html body.ni-page-article [data-ni-article-detail-polish="pack12"] .ni-content-product-card:focus{
  transform:translateY(-2px);
  border-color:var(--ni-article-polish-line-strong);
  box-shadow:0 16px 38px rgba(114,86,72,.11);
}
html body.ni-page-article [data-ni-article-detail-polish="pack12"] .ni-article-attachment{
  max-width:760px;
  margin-left:auto;
  margin-right:auto;
  background:rgba(255,253,249,.88);
  box-shadow:none;
}
html body.ni-page-article [data-ni-article-detail-polish="pack12"] .ni-article-nav{
  max-width:800px;
  margin:0 auto;
}
html body.ni-page-article [data-ni-article-detail-polish="pack12"] .ni-article-nav__item{
  background:rgba(255,255,255,.82);
}
@media (prefers-reduced-motion:reduce){
  html body.ni-page-article [data-ni-article-detail-polish="pack12"] .ni-content-action-rail__item,
  html body.ni-page-article [data-ni-article-detail-polish="pack12"] .ni-content-product-card,
  html body.ni-page-article [data-ni-article-detail-polish="pack12"] .ni-article-nav__item{
    transition:none;
  }
  html body.ni-page-article [data-ni-article-detail-polish="pack12"] .ni-content-action-rail__item:hover,
  html body.ni-page-article [data-ni-article-detail-polish="pack12"] .ni-content-product-card:hover,
  html body.ni-page-article [data-ni-article-detail-polish="pack12"] .ni-article-nav__item:hover{
    transform:none;
  }
}
@media (max-width:700px){
  html body.ni-page-article [data-ni-article-detail-polish="pack12"] .ni-article-deck{
    font-size:14px;
  }
  html body.ni-page-article [data-ni-article-detail-polish="pack12"] .ni-content-action-rail,
  html body.ni-page-article [data-ni-article-detail-polish="pack12"] .ni-content-toc,
  html body.ni-page-article [data-ni-article-detail-polish="pack12"] .ni-content-commerce,
  html body.ni-page-article [data-ni-article-detail-polish="pack12"] .ni-content-support-cta{
    margin-left:16px;
    margin-right:16px;
  }
  html body.ni-page-article [data-ni-article-detail-polish="pack12"] [data-ni-article-content-body="1"]{
    max-width:none;
    padding-left:18px;
    padding-right:18px;
    font-size:15px;
    line-height:1.95;
  }
  html body.ni-page-article [data-ni-article-detail-polish="pack12"] .ni-article-meta__item em{
    display:none;
  }
  html body.ni-page-article [data-ni-article-detail-polish="pack12"] .ni-article-nav{
    padding-left:16px;
    padding-right:16px;
  }
}

/* NI_ARTICLE_CATEGORY_HELP_LIST_VISUAL_POLISH_PACK13
 * Article category / help list visual polish.
 * Scope is limited to article_cat.dwt and article_help.dwt through data-ni-article-list-polish="pack13".
 * Keep article detail/UEditor content safe: no broad table, td, th, or global body resets in this block.
 */
html body.ni-page-article [data-ni-article-list-polish="pack13"]{
  --ni-article-list-polish-surface:rgba(255,253,249,.96);
  --ni-article-list-polish-surface-soft:rgba(255,248,244,.88);
  --ni-article-list-polish-line:rgba(219,195,181,.66);
  --ni-article-list-polish-line-strong:rgba(201,143,145,.45);
  --ni-article-list-polish-text:#544139;
  --ni-article-list-polish-muted:#8b766d;
  --ni-article-list-polish-accent:#b86978;
  --ni-article-list-polish-shadow:0 20px 52px rgba(114,86,72,.10);
  --ni-article-list-polish-inner-shadow:0 10px 28px rgba(114,86,72,.06);
}
html body.ni-page-article [data-ni-article-list-polish="pack13"] .ni-article-layout--with-sidebar,
html body.ni-page-article [data-ni-article-list-polish="pack13"] .ni-article-layout--help-list{
  gap:24px;
}
html body.ni-page-article [data-ni-article-list-polish="pack13"] [data-ni-article-list-readable-card]{
  position:relative;
  border-color:var(--ni-article-list-polish-line);
  background:var(--ni-article-panel-bg);
  box-shadow:var(--ni-article-panel-shadow);
}
html body.ni-page-article [data-ni-article-list-polish="pack13"] .ni-article-list-hero{
  position:relative;
  padding-top:clamp(30px,4vw,44px);
  padding-bottom:clamp(22px,3vw,30px);
  background:transparent;
}
html body.ni-page-article [data-ni-article-list-polish="pack13"] .ni-article-title{
  color:var(--ni-article-list-polish-text);
  text-wrap:balance;
}
html body.ni-page-article [data-ni-article-list-polish="pack13"] .ni-article-list-deck{
  max-width:720px;
  margin:0;
  color:var(--ni-article-list-polish-muted);
  font-size:15px;
  line-height:1.85;
  letter-spacing:.035em;
}
html body.ni-page-article [data-ni-article-list-polish="pack13"] .ni-article-search{
  margin-top:2px;
}
html body.ni-page-article [data-ni-article-list-polish="pack13"] .ni-article-search__label{
  color:#9a5b5f;
}
html body.ni-page-article [data-ni-article-list-polish="pack13"] .ni-article-search__field{
  border-color:var(--ni-article-list-polish-line);
  background:rgba(255,255,255,.76);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.84), var(--ni-article-list-polish-inner-shadow);
}
html body.ni-page-article [data-ni-article-list-polish="pack13"] .ni-content-topic-rail,
html body.ni-page-article [data-ni-article-list-polish="pack13"] .ni-content-faq,
html body.ni-page-article [data-ni-article-list-polish="pack13"] .ni-content-empty-state{
  margin-left:clamp(18px,3vw,34px);
  margin-right:clamp(18px,3vw,34px);
}
html body.ni-page-article [data-ni-article-list-polish="pack13"] .ni-content-topic-rail__item,
html body.ni-page-article [data-ni-article-list-polish="pack13"] .ni-content-faq,
html body.ni-page-article [data-ni-article-list-polish="pack13"] .ni-content-empty-state{
  border-color:var(--ni-article-list-polish-line);
  box-shadow:var(--ni-article-list-polish-inner-shadow);
}
html body.ni-page-article [data-ni-article-list-polish="pack13"] .ni-article-list-section-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:14px;
  margin:clamp(18px,3vw,28px) clamp(18px,3.2vw,32px) 0;
  padding:0 0 12px;
  border-bottom:1px solid rgba(219,195,181,.56);
}
html body.ni-page-article [data-ni-article-list-polish="pack13"] .ni-article-list-section-head .ni-article-kicker{
  margin:0;
}
html body.ni-page-article [data-ni-article-list-polish="pack13"] .ni-article-list-section-head h2{
  margin:0;
  color:var(--ni-article-list-polish-text);
  font-size:clamp(20px,2.3vw,25px);
  line-height:1.45;
  letter-spacing:.045em;
}
html body.ni-page-article [data-ni-article-list-polish="pack13"] .ni-article-list{
  gap:14px;
  padding-top:18px;
}
html body.ni-page-article [data-ni-article-list-polish="pack13"] [data-ni-article-list-results="category"],
html body.ni-page-article [data-ni-article-list-polish="pack13"] [data-ni-article-list-results="help"]{
  scroll-margin-top:96px;
}
html body.ni-page-article [data-ni-article-list-polish="pack13"] .ni-article-list__item{
  position:relative;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  min-height:86px;
  padding:18px 20px 18px 22px;
  border-color:var(--ni-article-list-polish-line);
  background:linear-gradient(180deg, rgba(255,255,255,.88), rgba(255,249,245,.92));
  box-shadow:var(--ni-article-list-polish-inner-shadow);
}
html body.ni-page-article [data-ni-article-list-polish="pack13"] .ni-article-list__item:before{
  content:"";
  position:absolute;
  left:0;
  top:18px;
  bottom:18px;
  width:3px;
  border-radius:0 999px 999px 0;
  background:rgba(184,105,120,.30);
}
html body.ni-page-article [data-ni-article-list-polish="pack13"] .ni-article-list__item:hover,
html body.ni-page-article [data-ni-article-list-polish="pack13"] .ni-article-list__item:focus-within{
  transform:translateY(-2px);
  border-color:var(--ni-article-list-polish-line-strong);
  box-shadow:0 16px 38px rgba(114,86,72,.11);
}
html body.ni-page-article [data-ni-article-list-polish="pack13"] .ni-article-list__title{
  color:var(--ni-article-list-polish-text);
  font-size:16px;
  line-height:1.65;
}
html body.ni-page-article [data-ni-article-list-polish="pack13"] .ni-article-list__title:focus{
  outline:2px solid rgba(184,105,120,.28);
  outline-offset:4px;
  border-radius:10px;
}
html body.ni-page-article [data-ni-article-list-polish="pack13"] .ni-article-list__meta{
  justify-content:flex-end;
}
html body.ni-page-article [data-ni-article-list-polish="pack13"] .ni-article-list__meta-item{
  background:rgba(255,253,249,.82);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.78);
}
html body.ni-page-article [data-ni-article-list-polish="pack13"] .ni-article-pagination{
  padding-top:2px;
}
html body.ni-page-article [data-ni-help-message-polish="pack13"]{
  border-color:var(--ni-article-list-polish-line);
  box-shadow:var(--ni-article-list-polish-shadow);
}
html body.ni-page-article [data-ni-help-message-polish="pack13"] .ni-help-message__header{
  background:
    linear-gradient(135deg, rgba(255,255,255,.58), rgba(251,244,238,.68)),
    repeating-linear-gradient(135deg, rgba(255,255,255,.22) 0, rgba(255,255,255,.22) 1px, transparent 1px, transparent 14px);
}
html body.ni-page-article [data-ni-help-message-polish="pack13"] .ni-help-message-form__input,
html body.ni-page-article [data-ni-help-message-polish="pack13"] .ni-help-message-form__textarea,
html body.ni-page-article [data-ni-help-message-polish="pack13"] .ni-help-message-form__captcha-input{
  background:rgba(255,255,255,.82);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.78);
}
@media (prefers-reduced-motion:reduce){
  html body.ni-page-article [data-ni-article-list-polish="pack13"] .ni-content-topic-rail__item,
  html body.ni-page-article [data-ni-article-list-polish="pack13"] .ni-article-list__item{
    transition:none;
  }
  html body.ni-page-article [data-ni-article-list-polish="pack13"] .ni-content-topic-rail__item:hover,
  html body.ni-page-article [data-ni-article-list-polish="pack13"] .ni-article-list__item:hover{
    transform:none;
  }
}
@media (max-width:700px){
  html body.ni-page-article [data-ni-article-list-polish="pack13"] .ni-article-list-deck{
    font-size:14px;
  }
  html body.ni-page-article [data-ni-article-list-polish="pack13"] .ni-content-topic-rail,
  html body.ni-page-article [data-ni-article-list-polish="pack13"] .ni-content-faq,
  html body.ni-page-article [data-ni-article-list-polish="pack13"] .ni-content-empty-state{
    margin-left:16px;
    margin-right:16px;
  }
  html body.ni-page-article [data-ni-article-list-polish="pack13"] .ni-article-list-section-head{
    display:block;
    margin-left:18px;
    margin-right:18px;
  }
  html body.ni-page-article [data-ni-article-list-polish="pack13"] .ni-article-list-section-head h2{
    margin-top:8px;
  }
  html body.ni-page-article [data-ni-article-list-polish="pack13"] .ni-article-list__item{
    grid-template-columns:1fr;
    align-items:start;
    min-height:0;
    padding:16px 16px 16px 18px;
  }
  html body.ni-page-article [data-ni-article-list-polish="pack13"] .ni-article-list__item:before{
    top:16px;
    bottom:16px;
  }
  html body.ni-page-article [data-ni-article-list-polish="pack13"] .ni-article-list__meta{
    justify-content:flex-start;
  }
}

/* NI_ARTICLE_WIDGETS_VISUAL_POLISH_PACK14
 * Help Sidebar / Article Widgets visual polish.
 * Scope: left_help.lbi, article_category_tree.lbi, new_articles.lbi, goods_article.lbi.
 * Keep help.lbi non-rendering; do not alter article controllers or UEditor content tables.
 */
html body.ni-page-article [data-ni-article-widget-polish="pack14"]{
  position:relative;
  border-color:rgba(216,190,174,.58);
  background:var(--ni-article-panel-bg);
  box-shadow:var(--ni-article-panel-shadow);
}
html body.ni-page-article [data-ni-article-widget-polish="pack14"] .ni-help-sidebar__header,
html body.ni-page-article [data-ni-article-widget-polish="pack14"] .ni-article-widget__header{
  display:flex;
  flex-direction:column;
  gap:4px;
  padding:21px 18px 15px;
  background:transparent;
}
html body.ni-page-article [data-ni-article-widget-polish="pack14"] .ni-article-kicker{
  display:inline-flex;
  align-self:flex-start;
  min-height:22px;
  margin:0;
  padding:0 10px;
  border:1px solid rgba(202,139,142,.22);
  border-radius:999px;
  background:rgba(255,255,255,.72);
  color:#b6797c;
  font-size:11px;
  font-weight:900;
  line-height:20px;
  letter-spacing:.14em;
  text-transform:uppercase;
}
html body.ni-page-article [data-ni-article-widget-polish="pack14"] .ni-help-sidebar__title,
html body.ni-page-article [data-ni-article-widget-polish="pack14"] .ni-article-widget__title{
  color:#49352f;
  font-size:20px;
  line-height:1.38;
}
html body.ni-page-article [data-ni-article-widget-polish="pack14"] .ni-help-sidebar__groups,
html body.ni-page-article [data-ni-article-widget-polish="pack14"] .ni-article-widget__list,
html body.ni-page-article [data-ni-article-widget-polish="pack14"] .ni-article-category-tree__body{
  gap:8px;
  padding:16px;
}
html body.ni-page-article [data-ni-article-widget-polish="pack14"] .ni-help-sidebar__group{
  padding-bottom:14px;
  border-bottom-color:rgba(216,190,174,.46);
}
html body.ni-page-article [data-ni-article-widget-polish="pack14"] .ni-help-sidebar__group-title{
  display:block;
  width:100%;
  height:auto;
  min-height:0;
  border:0;
  border-bottom:0;
  background:transparent !important;
  background-color:transparent !important;
  background-image:none !important;
  text-align:left;
}
html body.ni-page-article [data-ni-article-widget-polish="pack14"] .ni-help-sidebar__group-label,
html body.ni-page-article [data-ni-article-widget-polish="pack14"] .ni-article-category-tree__link--parent{
  float:none;
  width:100%;
  min-height:38px;
  border-color:rgba(216,190,174,.58);
  background:rgba(255,255,255,.72);
  color:#5e463f;
  box-shadow:none;
}
html body.ni-page-article [data-ni-article-widget-polish="pack14"] .ni-help-sidebar__link,
html body.ni-page-article [data-ni-article-widget-polish="pack14"] .ni-article-widget__link,
html body.ni-page-article [data-ni-article-widget-polish="pack14"] .ni-article-category-tree__link{
  min-height:36px;
  padding:7px 12px;
  border:1px solid transparent;
  border-radius:16px;
  color:#6d5a52;
  line-height:1.55;
}
html body.ni-page-article [data-ni-article-widget-polish="pack14"] .ni-help-sidebar__link:before,
html body.ni-page-article [data-ni-article-widget-polish="pack14"] .ni-article-widget__link:before,
html body.ni-page-article [data-ni-article-widget-polish="pack14"] .ni-article-category-tree__link:before{
  flex-basis:6px;
  width:6px;
  height:6px;
  margin-right:9px;
  background:linear-gradient(135deg, rgba(202,139,142,.78), rgba(229,198,176,.86));
  box-shadow:0 0 0 3px rgba(202,139,142,.08);
}
html body.ni-page-article [data-ni-article-widget-polish="pack14"] .ni-help-sidebar__link:hover,
html body.ni-page-article [data-ni-article-widget-polish="pack14"] .ni-help-sidebar__link:focus-visible,
html body.ni-page-article [data-ni-article-widget-polish="pack14"] .ni-article-widget__link:hover,
html body.ni-page-article [data-ni-article-widget-polish="pack14"] .ni-article-widget__link:focus-visible,
html body.ni-page-article [data-ni-article-widget-polish="pack14"] .ni-article-category-tree__link:hover,
html body.ni-page-article [data-ni-article-widget-polish="pack14"] .ni-article-category-tree__link:focus-visible{
  border-color:rgba(202,139,142,.22);
  background:rgba(250,235,229,.62);
  color:#945f63;
  box-shadow:inset 3px 0 0 rgba(202,139,142,.30);
  outline:0;
}
html body.ni-page-article [data-ni-article-widget-polish="pack14"] .ni-article-category-tree__link--child{
  margin-left:14px;
  color:#77655e;
}
html body.ni-page-article [data-ni-article-widget-type="latest"] .ni-article-widget__link,
html body.ni-page-article [data-ni-article-widget-type="goods-related"] .ni-article-widget__link{
  align-items:flex-start;
}
html body.ni-page-article [data-ni-article-widget-type="latest"] .ni-article-widget__link:after,
html body.ni-page-article [data-ni-article-widget-type="goods-related"] .ni-article-widget__link:after{
  content:"›";
  margin-left:auto;
  padding-left:8px;
  color:rgba(178,119,122,.68);
  font-size:18px;
  font-weight:300;
  line-height:1.05;
}
@media (max-width:700px){
  html body.ni-page-article [data-ni-article-widget-polish="pack14"]{
    border-radius:24px;
    box-shadow:0 14px 30px rgba(112,86,73,.075);
  }
  html body.ni-page-article [data-ni-article-widget-polish="pack14"] .ni-help-sidebar__header,
  html body.ni-page-article [data-ni-article-widget-polish="pack14"] .ni-article-widget__header{
    padding:18px 16px 12px;
  }
  html body.ni-page-article [data-ni-article-widget-polish="pack14"] .ni-help-sidebar__groups,
  html body.ni-page-article [data-ni-article-widget-polish="pack14"] .ni-article-widget__list,
  html body.ni-page-article [data-ni-article-widget-polish="pack14"] .ni-article-category-tree__body{
    padding:14px;
  }
  html body.ni-page-article [data-ni-article-widget-polish="pack14"] .ni-help-sidebar__link,
  html body.ni-page-article [data-ni-article-widget-polish="pack14"] .ni-article-widget__link,
  html body.ni-page-article [data-ni-article-widget-polish="pack14"] .ni-article-category-tree__link{
    min-height:40px;
    padding-top:8px;
    padding-bottom:8px;
  }
  html body.ni-page-article [data-ni-article-widget-polish="pack14"] .ni-article-category-tree__link--child{
    margin-left:6px;
  }
}
