:root {
  --pw-p: #4338ca;
  --pw-d: #1e1b4b;
  --pw-a: #a5b4fc;
  --pw-gs: #4338ca;
  --pw-ge: #6366f1;
}

body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; color: #1e293b; margin: 0; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; }

.pw-topbar { background: var(--pw-d); color: rgba(255,255,255,.8); font-size: .78rem; padding: .35rem 0; }
.pw-topbar-live { color: #ef4444; font-weight: 600; animation: pw-pulse 1.5s infinite; }
@keyframes pw-pulse { 0%,100% { opacity:1 } 50% { opacity:.5 } }

.pw-masthead { background: var(--pw-p); padding: 1rem 0; }
.pw-logo { display: flex; align-items: center; gap: .6rem; color: #fff; font-weight: 700; font-size: 1.2rem; }
.pw-logo i { font-size: 1.5rem; }
.pw-logo-name { display: block; font-size: 1.1rem; line-height: 1.2; }
.pw-logo-slogan { display: block; font-size: .7rem; opacity: .75; font-weight: 400; }

.pw-nav { background: #fff; border-bottom: 2px solid var(--pw-p); position: sticky; top: 0; z-index: 998; }
.pw-nav-toggle { display: none; background: none; border: none; font-size: 1.2rem; color: var(--pw-p); padding: .5rem; }
.pw-nav-list { list-style: none; display: flex; flex-wrap: wrap; gap: 0; margin: 0; padding: 0; }
.pw-nav-list li a { display: block; padding: .7rem 1.1rem; font-size: .88rem; font-weight: 500; color: #475569; transition: color .2s, background .2s; }
.pw-nav-list li a:hover { color: var(--pw-p); background: #f8fafc; }
.pw-nav-home { color: var(--pw-p) !important; font-weight: 600 !important; }

.pw-focus { padding: 2rem 0; }
.pw-focus-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 1.5rem; }
.pw-hero { position: relative; display: block; border-radius: 14px; overflow: hidden; aspect-ratio: 16/9; }
.pw-hero img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.pw-hero:hover img { transform: scale(1.03); }
.pw-hero-mask { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.7) 0%, transparent 50%); }
.pw-hero-cap { position: absolute; bottom: 0; left: 0; right: 0; padding: 1.5rem; color: #fff; }
.pw-hero-cap h2 { font-size: 1.3rem; font-weight: 800; margin-bottom: .4rem; line-height: 1.3; }
.pw-hero-cap p { font-size: .85rem; opacity: .8; margin-bottom: .5rem; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.pw-hero-meta { display: flex; gap: 1rem; font-size: .78rem; opacity: .7; }

.pw-focus-side { background: #f8fafc; border-radius: 12px; padding: 1.2rem; }
.pw-side-title { font-size: .95rem; font-weight: 700; color: var(--pw-d); margin-bottom: 1rem; }
.pw-side-item { display: flex; gap: .7rem; align-items: flex-start; padding: .6rem 0; border-bottom: 1px solid #e2e8f0; }
.pw-side-item:last-child { border-bottom: none; }
.pw-side-no { width: 24px; height: 24px; border-radius: 6px; background: var(--pw-p); color: #fff; display: flex; align-items: center; justify-content: center; font-size: .72rem; font-weight: 700; flex-shrink: 0; }
.pw-side-body { flex: 1; }
.pw-side-body a { font-size: .82rem; font-weight: 500; color: #334155; display: block; line-height: 1.4; }
.pw-side-body a:hover { color: var(--pw-p); }
.pw-side-meta { font-size: .72rem; color: #94a3b8; }

.pw-sec { padding: 3rem 0; }
.pw-sec.alt { background: #f8fafc; }
.pw-sec-title { font-size: 1.4rem; font-weight: 800; color: var(--pw-d); margin-bottom: 1.5rem; }
.pw-sec-title.light { color: #fff; }
.pw-sec-head { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; }
.pw-sec-head .pw-sec-title { margin-bottom: 0; }
.pw-sec-more { font-size: .85rem; color: var(--pw-p); font-weight: 600; margin-bottom: 1.5rem; }
.pw-sec-more:hover { text-decoration: underline; }

.pw-col-card { background: #fff; border-radius: 12px; padding: 1.2rem; box-shadow: 0 2px 8px rgba(0,0,0,.04); border: 1px solid #f1f5f9; height: 100%; }
.pw-col-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: .8rem; padding-bottom: .6rem; border-bottom: 2px solid var(--pw-p); }
.pw-col-head h3 { font-size: .95rem; font-weight: 700; margin: 0; color: var(--pw-d); }
.pw-col-more { font-size: .75rem; color: var(--pw-p); font-weight: 600; }
.pw-col-li { display: flex; justify-content: space-between; align-items: flex-start; gap: .5rem; padding: .45rem 0; font-size: .82rem; color: #475569; border-bottom: 1px dashed #f1f5f9; }
.pw-col-li:last-child { border-bottom: none; }
.pw-col-li:hover { color: var(--pw-p); }
.pw-col-li span { flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.pw-col-li time { flex-shrink: 0; font-size: .72rem; color: #94a3b8; }

.pw-board { background: linear-gradient(135deg, var(--pw-gs), var(--pw-ge)); padding: 3rem 0; }
.pw-mini-stat { padding: 1.5rem .5rem; }
.pw-mini-stat h3 { color: #fff; font-size: 1.8rem; font-weight: 900; margin-bottom: .2rem; }
.pw-mini-stat p { color: rgba(255,255,255,.75); font-size: .82rem; margin: 0; }

.pw-rating-summary { text-align: center; color: #64748b; margin-bottom: 1.5rem; }
.pw-rating-summary strong { color: var(--pw-p); font-size: 1.3rem; }
.pw-review-card { background: #fff; border-radius: 12px; padding: 1.5rem; box-shadow: 0 2px 8px rgba(0,0,0,.03); border: 1px solid #f1f5f9; height: 100%; transition: transform .25s, box-shadow .25s; }
.pw-review-card:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(0,0,0,.06); }
.pw-review-stars { color: #f59e0b; font-size: 1rem; margin-bottom: .6rem; }
.pw-review-card p { color: #475569; font-size: .87rem; line-height: 1.7; margin-bottom: 1rem; }
.pw-review-author strong { display: block; font-size: .85rem; color: #1e293b; }
.pw-review-author span { font-size: .75rem; color: #94a3b8; }

.pw-news-card { background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,.04); border: 1px solid #f1f5f9; height: 100%; transition: transform .25s, box-shadow .25s; }
.pw-news-card:hover { transform: translateY(-5px); box-shadow: 0 10px 28px rgba(0,0,0,.08); }
.pw-news-img { position: relative; display: block; height: 190px; overflow: hidden; }
.pw-news-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.pw-news-card:hover .pw-news-img img { transform: scale(1.05); }
.pw-news-badge { position: absolute; top: 10px; left: 10px; background: var(--pw-p); color: #fff; font-size: .68rem; padding: .15rem .5rem; border-radius: 4px; font-weight: 600; z-index: 2; }
.pw-news-body { padding: 1.1rem 1.2rem; }
.pw-news-body h4 { font-size: .9rem; font-weight: 700; line-height: 1.4; margin-bottom: .4rem; }
.pw-news-body h4 a { color: #1e293b; transition: color .2s; }
.pw-news-body h4 a:hover { color: var(--pw-p); }
.pw-news-body p { color: #64748b; font-size: .8rem; line-height: 1.5; margin-bottom: .6rem; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.pw-news-meta { display: flex; gap: .8rem; font-size: .75rem; color: #94a3b8; }

.pw-breadcrumb { background: #f8fafc; padding: .7rem 0; font-size: .84rem; color: #64748b; }
.pw-breadcrumb a { color: var(--pw-p); }

.pw-sec .pagination { justify-content: center; }
.pw-sec .page-link { color: var(--pw-p); border-color: #e2e8f0; }
.pw-sec .page-item.active .page-link { background: var(--pw-p); border-color: var(--pw-p); color: #fff; }

.pw-tag-pill { display: inline-block; padding: .3rem .7rem; margin: .2rem; border-radius: 18px; font-size: .8rem; background: #f1f5f9; color: #475569; transition: background .2s, color .2s; }
.pw-tag-pill:hover { background: var(--pw-p); color: #fff; }

.pw-article { background: #fff; border-radius: 14px; padding: 2rem; box-shadow: 0 2px 12px rgba(0,0,0,.04); }
.pw-article h1 { font-size: 1.6rem; font-weight: 800; margin-bottom: .8rem; }
.pw-article-meta { color: #94a3b8; font-size: .84rem; margin-bottom: 1.5rem; }
.pw-article-img { border-radius: 10px; overflow: hidden; margin-bottom: 1.5rem; }
.pw-article-img img { width: 100%; height: auto; display: block; }
.pw-article-content { color: #334155; line-height: 1.9; }
.pw-article-content img { max-width: 100%; height: auto; border-radius: 8px; margin: .8rem 0; }

.pw-btn { display: inline-flex; align-items: center; padding: .6rem 1.4rem; border-radius: 8px; font-weight: 600; font-size: .88rem; background: var(--pw-p); color: #fff; transition: opacity .2s; }
.pw-btn:hover { opacity: .85; color: #fff; }

.pw-footer { background: #0f172a; color: rgba(255,255,255,.7); padding: 3rem 0 1.5rem; }
.pw-foot-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 2rem; margin-bottom: 2rem; }
.pw-foot-brand h4 { color: #fff; font-size: 1rem; margin-bottom: .6rem; }
.pw-foot-brand p { font-size: .8rem; line-height: 1.6; color: rgba(255,255,255,.5); }
.pw-foot-col h5 { color: #fff; font-size: .88rem; margin-bottom: .7rem; }
.pw-foot-col ul { list-style: none; padding: 0; margin: 0; }
.pw-foot-col ul li { margin-bottom: .4rem; }
.pw-foot-col ul a { color: rgba(255,255,255,.55); font-size: .82rem; transition: color .2s; }
.pw-foot-col ul a:hover { color: var(--pw-a); }
.pw-foot-contact { font-size: .8rem; color: rgba(255,255,255,.5); margin-bottom: .3rem; }
.pw-foot-bottom { border-top: 1px solid rgba(255,255,255,.08); padding-top: 1.2rem; text-align: center; font-size: .78rem; color: rgba(255,255,255,.4); }

.pw-totop { position: fixed; bottom: 1.5rem; right: 1.5rem; width: 40px; height: 40px; border-radius: 10px; background: var(--pw-p); color: #fff; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 12px rgba(0,0,0,.2); z-index: 999; }

@media (max-width: 991px) {
  .pw-focus-grid { grid-template-columns: 1fr; }
  .pw-foot-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .pw-nav-toggle { display: block; }
  .pw-nav-list { display: none; }
  .pw-nav-list.show { display: flex; flex-direction: column; }
  .pw-hero-cap h2 { font-size: 1rem; }
  .pw-sec { padding: 2rem 0; }
  .pw-foot-top { grid-template-columns: 1fr; }
}
