.terms-shell{display:flex;flex-direction:column;gap:2.5rem}.terms-header{display:flex;flex-direction:column;gap:1.25rem}.terms-meta{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}.terms-toc{border-radius:var(--radius-lg);border:1px solid var(--color-border-subtle);background:rgba(9,9,11,0.92);padding:1.25rem 1.5rem;box-shadow:var(--shadow-subtle)}.terms-toc ul{display:flex;flex-wrap:wrap;gap:0.75rem 1.5rem;margin-bottom:0}.terms-toc a{font-size:var(--text-xs);letter-spacing:0.12em;text-transform:uppercase;color:var(--color-text-muted);padding-bottom:0.15rem;border-bottom:1px solid transparent}.terms-toc a:hover{color:var(--color-primary-soft);border-bottom-color:rgba(212,175,55,0.7)}.terms-grid{display:grid;grid-template-columns:minmax(0,3fr)minmax(0,1.4fr);gap:2rem;align-items:flex-start}.terms-content{display:flex;flex-direction:column;gap:2.5rem}.terms-block h2{font-size:1.4rem;margin-bottom:0.85rem}.terms-block p:last-child{margin-bottom:0}.terms-block ul{margin-bottom:0.75rem}.terms-block ul li{font-size:var(--text-sm);color:var(--color-text-muted);padding-left:1.1rem;position:relative}.terms-block ul li::before{content:"";position:absolute;left:0;top:0.55rem;width:6px;height:6px;border-radius:999px;background:var(--color-primary)}.terms-aside{display:flex;flex-direction:column;gap:1.5rem}.terms-aside-card{gap:0.75rem}.terms-links-list{display:flex;flex-direction:column;gap:0.5rem;margin-bottom:0}.terms-links-list a{font-size:var(--text-sm);color:var(--color-text-muted)}.terms-links-list a:hover{color:var(--color-primary-soft)}@media (max-width:1024px){.terms-grid{grid-template-columns:1fr}.terms-aside{order:-1}}@media (max-width:768px){.terms-shell{gap:2rem}.terms-toc{padding:1rem 1.1rem}.terms-toc ul{gap:0.5rem 1.1rem}}