/* extracted from templates 20260924095213 */

 .skip-link {
   position: absolute;
   top: -100px;
   left: 50%;
   transform: translateX(-50%);
   background: var(--ds-primary-500, var(--ds-primary-500));
   color: white;
   padding: 12px 24px;
   z-index: 9999;
   transition: top 0.2s ease;
   text-decoration: none;
   border-radius: 0 0 8px 8px;
   font-size: 14px;
   font-weight: 600;
   box-shadow: 0 4px 12px rgba(0,0,0,0.15);
 }
 .skip-link:focus,
 .skip-link:focus-visible {
   top: 0;
   outline: none;
   box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.4), 0 4px 12px rgba(0,0,0,0.15);
 }
 /* 导航栏品牌 h1 样式重置（保持视觉一致） */
 .navbar-brand-title {
   margin: 0;
   font-size: inherit;
   font-weight: inherit;
   display: inline;
   line-height: inherit;
 }
 .m-topbar-brand-title {
   margin: 0;
   font-size: inherit;
   font-weight: inherit;
   display: inline;
   line-height: inherit;
 }
 