:root{--tsmp-p-blue:#3157ff;--tsmp-p-text:#181d28;--tsmp-p-muted:#697181;--tsmp-p-border:#e7eaf0;--tsmp-p-soft:#f6f7fb}.tsmp-posts-page{background:#fff;color:var(--tsmp-p-text)}.tsmp-posts-shell{width:min(1180px,calc(100% - 40px));margin:0 auto}.tsmp-posts-hero{padding:54px 0 44px;background:linear-gradient(180deg,#f6f8ff 0%,#fff 100%);border-bottom:1px solid var(--tsmp-p-border)}.tsmp-posts-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:54px;align-items:center}.tsmp-posts-kicker{display:block;margin-bottom:9px;color:var(--tsmp-p-blue);font-size:10px;font-weight:900;letter-spacing:.15em}.tsmp-posts-hero h1{margin:0 0 14px!important;font-size:clamp(36px,5vw,58px)!important;line-height:1.05!important;letter-spacing:-.035em!important;color:var(--tsmp-p-text)!important}.tsmp-posts-hero p{max-width:730px;margin:0 0 20px!important;color:var(--tsmp-p-muted)!important;font-size:17px!important;line-height:1.65!important}.tsmp-posts-search{display:grid;grid-template-columns:1fr auto;max-width:640px;padding:5px;background:#fff;border:1px solid var(--tsmp-p-border);border-radius:12px;box-shadow:0 8px 26px rgba(20,30,60,.045)}.tsmp-posts-search input{height:42px!important;min-width:0;padding:0 12px!important;border:0!important;background:transparent!important;box-shadow:none!important;font-size:14px!important}.tsmp-posts-search button{padding:0 18px;border:0;border-radius:9px;background:#171c27;color:#fff;font-weight:800;cursor:pointer}.tsmp-posts-summary{padding:24px;border:1px solid var(--tsmp-p-border);border-radius:18px;background:#fff;box-shadow:0 14px 40px rgba(20,30,60,.06)}.tsmp-posts-summary strong{display:block;font-size:42px;line-height:1;color:var(--tsmp-p-blue)}.tsmp-posts-summary span{display:block;margin:7px 0 18px;color:var(--tsmp-p-muted);font-size:13px;font-weight:700}.tsmp-posts-summary a{color:var(--tsmp-p-text)!important;font-size:13px;font-weight:900;text-decoration:none!important}.tsmp-posts-content{padding:38px 0 62px}.tsmp-posts-categories{display:flex;gap:8px;overflow:auto;padding:0 0 18px;scrollbar-width:thin}.tsmp-posts-categories a{display:inline-flex;align-items:center;gap:6px;white-space:nowrap;padding:9px 12px;border:1px solid var(--tsmp-p-border);border-radius:999px;background:#fff;color:#303747!important;text-decoration:none!important;font-size:12px;font-weight:800}.tsmp-posts-categories a span{color:#8991a0;font-size:10px}.tsmp-posts-categories a.is-active,.tsmp-posts-categories a:hover{border-color:#cfd7ff;background:#f0f3ff;color:var(--tsmp-p-blue)!important}.tsmp-posts-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin:17px 0 20px}.tsmp-posts-head h2{margin:0!important;font-size:31px!important;line-height:1.15!important;letter-spacing:-.02em!important;color:var(--tsmp-p-text)!important}.tsmp-posts-head a{color:var(--tsmp-p-blue)!important;text-decoration:none!important;font-size:12px;font-weight:850}.tsmp-posts-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.tsmp-post-card{display:flex;min-width:0;flex-direction:column;overflow:hidden;border:1px solid var(--tsmp-p-border);border-radius:18px;background:#fff;transition:transform .18s ease,box-shadow .18s ease}.tsmp-post-card:hover{transform:translateY(-2px);box-shadow:0 13px 34px rgba(20,30,60,.07)}.tsmp-post-media{display:block;overflow:hidden;aspect-ratio:16/9;background:linear-gradient(135deg,#edf1ff,#f7f8fc);text-decoration:none!important}.tsmp-post-media img{width:100%!important;height:100%!important;margin:0!important;object-fit:cover!important;transition:transform .25s ease}.tsmp-post-card:hover .tsmp-post-media img{transform:scale(1.025)}.tsmp-post-media>span{display:flex;width:100%;height:100%;align-items:center;justify-content:center;color:var(--tsmp-p-blue);font-size:11px;font-weight:900;letter-spacing:.16em}.tsmp-post-body{display:flex;flex:1;flex-direction:column;padding:18px}.tsmp-post-meta{display:flex;align-items:center;justify-content:space-between;gap:9px;margin-bottom:9px;color:#8991a0;font-size:10px;line-height:1.3}.tsmp-post-meta span{color:var(--tsmp-p-blue);font-weight:900}.tsmp-post-card h3{margin:0 0 9px!important;font-size:20px!important;line-height:1.3!important}.tsmp-post-card h3 a{color:var(--tsmp-p-text)!important;text-decoration:none!important}.tsmp-post-card p{margin:0 0 15px!important;color:var(--tsmp-p-muted)!important;font-size:13px!important;line-height:1.62!important}.tsmp-post-link{margin-top:auto;color:var(--tsmp-p-blue)!important;text-decoration:none!important;font-size:12px;font-weight:900}.tsmp-posts-pagination{display:flex;justify-content:center;gap:6px;margin-top:30px;flex-wrap:wrap}.tsmp-posts-pagination .page-numbers{display:inline-flex;min-width:38px;height:38px;align-items:center;justify-content:center;padding:0 11px;border:1px solid var(--tsmp-p-border);border-radius:9px;background:#fff;color:#333a49!important;text-decoration:none!important;font-size:12px;font-weight:800}.tsmp-posts-pagination .current{border-color:var(--tsmp-p-blue);background:var(--tsmp-p-blue);color:#fff!important}.tsmp-posts-empty{padding:48px 20px;text-align:center;border:1px dashed #dce0e8;border-radius:16px;background:var(--tsmp-p-soft)}.tsmp-posts-empty strong{display:block;margin-bottom:7px;font-size:20px}.tsmp-posts-empty p{margin:0 0 14px!important;color:var(--tsmp-p-muted)!important}.tsmp-posts-empty a{color:var(--tsmp-p-blue)!important;font-weight:800;text-decoration:none!important}[data-theme="dark"] .tsmp-posts-page{background:#10131a;color:#f2f4f8}[data-theme="dark"] .tsmp-posts-hero{background:linear-gradient(180deg,#161b28,#10131a);border-color:#292f3b}[data-theme="dark"] .tsmp-posts-hero h1,[data-theme="dark"] .tsmp-posts-head h2,[data-theme="dark"] .tsmp-post-card h3 a{color:#f2f4f8!important}[data-theme="dark"] .tsmp-posts-summary,[data-theme="dark"] .tsmp-post-card,[data-theme="dark"] .tsmp-posts-categories a,[data-theme="dark"] .tsmp-posts-search{background:#151922;border-color:#2a303c}[data-theme="dark"] .tsmp-posts-categories a{color:#e6e9ef!important}[data-theme="dark"] .tsmp-posts-categories a.is-active,[data-theme="dark"] .tsmp-posts-categories a:hover{background:#20263a;border-color:#394979;color:#9db0ff!important}@media(max-width:900px){.tsmp-posts-hero-grid{grid-template-columns:1fr;gap:22px}.tsmp-posts-summary{max-width:420px}.tsmp-posts-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.tsmp-posts-shell{width:min(100% - 24px,1180px)}.tsmp-posts-hero{padding:34px 0 30px}.tsmp-posts-hero h1{font-size:36px!important}.tsmp-posts-hero p{font-size:15px!important}.tsmp-posts-search{grid-template-columns:1fr auto}.tsmp-posts-content{padding-top:25px}.tsmp-posts-head{align-items:flex-start;flex-direction:column}.tsmp-posts-grid{grid-template-columns:1fr}.tsmp-posts-summary{padding:18px}.tsmp-posts-summary strong{font-size:34px}}@media(max-width:420px){.tsmp-posts-search{grid-template-columns:1fr}.tsmp-posts-search button{height:42px}.tsmp-posts-hero h1{font-size:32px!important}}