.route-skeleton{width:100%;padding:24px}.route-skeleton-header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;display:flex}.route-skeleton-line,.route-skeleton-block{background:linear-gradient(90deg,#e2e8f0c7,#f8fafcf0,#e2e8f0c7) 0 0/220% 100%;border-radius:8px;animation:1.2s ease-in-out infinite route-skeleton-pulse;position:relative;overflow:hidden}.route-skeleton-title{width:min(280px,54vw);height:28px}.route-skeleton-action{width:120px;height:36px}.route-skeleton-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:18px;display:grid}.route-skeleton-block{min-height:132px}.route-skeleton-table{border:1px solid #e2e8f0c7;border-radius:8px;gap:12px;padding:18px;display:grid}.route-skeleton-table .route-skeleton-line{height:18px}.route-skeleton-table .route-skeleton-line:first-child{width:92%}.route-skeleton-table .route-skeleton-line:nth-child(2){width:78%}.route-skeleton-table .route-skeleton-line:nth-child(3){width:86%}.route-skeleton-table .route-skeleton-line:nth-child(4){width:64%}@keyframes route-skeleton-pulse{0%{background-position:120% 0}to{background-position:-120% 0}}@media (width<=720px){.route-skeleton{padding:16px}.route-skeleton-header{flex-direction:column;align-items:flex-start}.route-skeleton-grid{grid-template-columns:1fr}.route-skeleton-action{width:100%}}
