.legal-detail{background:var(--base-500);min-height:100vh}.legal-detail .detail-hero{padding:clamp(24px,6vw,80px) clamp(16px,5vw,64px) clamp(8px,2vw,24px)}.legal-detail .detail-hero .title{font-size:clamp(1.75rem,4vw,2.5rem);letter-spacing:-.04rem}.legal-detail .content-body{padding:0 clamp(16px,5vw,64px) clamp(24px,6vw,80px);display:grid;grid-gap:12px;gap:12px}.legal-detail .content-body p.md{font-size:1.05rem;line-height:1.8}.legal-detail .loading-container{display:flex;justify-content:center;align-items:center;min-height:60vh}.legal-detail .loading-spinner{width:40px;height:40px;border:3px solid rgba(255,255,255,.1);border-top-color:rgba(118,170,247,.8);border-radius:50%;animation:legal-spin .8s linear infinite}@keyframes legal-spin{to{transform:rotate(1turn)}}