.t10 { min-height: 100vh; background: #f6f7fb; color: #10121a; }
.t10-head { position: sticky; top: 0; z-index: 20; background: rgba(246,247,251,0.86); backdrop-filter: blur(10px); border-bottom: 1px solid rgba(16,18,26,0.10); }
.t10-head__inner { max-width: 1300px; margin: 0 auto; padding: 12px 14px; }
.t10-brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: inherit; }
.t10-sq { width: 14px; height: 14px; border-radius: 4px; background: linear-gradient(135deg, #fb7185, #60a5fa); display: inline-block; }
.t10-panes { max-width: 1300px; margin: 0 auto; padding: 14px; display: flex; gap: 14px; align-items: stretch; }
.t10-left { width: 260px; }
.t10-right { width: 260px; }
.t10-main { flex: 1; min-width: 0; }
.t10-block { background: #ffffff; border: 1px solid rgba(16,18,26,0.10); border-radius: 16px; padding: 14px; margin-bottom: 14px; }
.t10-k { font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; opacity: 0.65; }
.t10-list { list-style: none; padding: 0; margin: 10px 0 0; display: grid; gap: 8px; }
.t10-item a { display: block; padding: 10px 10px; border-radius: 12px; text-decoration: none; color: inherit; }
.t10-item.is-active a { background: rgba(96,165,250,0.18); }
.t10-chips { margin-top: 10px; display: flex; flex-wrap: wrap; gap: 8px; }
.t10-chip { display: inline-flex; align-items: center; padding: 6px 10px; border-radius: 999px; border: 1px solid rgba(16,18,26,0.12); text-decoration: none; color: inherit; background: #fff; }
.t10-article { background: #ffffff; border: 1px solid rgba(16,18,26,0.10); border-radius: 18px; padding: 18px; line-height: 1.75; }
.t10-article img { max-width: 100%; height: auto; border-radius: 14px; }
.t10-rail { height: 100%; background: #ffffff; border: 1px solid rgba(16,18,26,0.10); border-radius: 18px; padding: 14px; }
.t10-rail__title { font-weight: 800; letter-spacing: 0.06em; }
.t10-mini { margin-top: 12px; padding-top: 12px; border-top: 1px dashed rgba(16,18,26,0.18); }
.t10-mini__k { font-size: 12px; opacity: 0.65; }
.t10-mini__v { margin-top: 6px; }
.t10-mono { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; font-size: 12px; opacity: 0.8; word-break: break-all; }
.t10-foot { max-width: 1300px; margin: 0 auto; padding: 10px 14px 26px; opacity: 0.7; }

.t10-panes[data-compact="1"] .t10-left,
.t10-panes[data-compact="1"] .t10-right { display: none; }

@media (max-width: 980px) {
  .t10-right { display: none; }
  .t10-left { width: 280px; }
}

@media (max-width: 760px) {
  .t10-left { display: none; }
}
