        .enter-edit-fab {
          position: fixed;
          bottom: calc(var(--nav-height) + env(safe-area-inset-bottom) + 80px);
          right: 20px;
          width: 44px;
          height: 44px;
          background: transparent;
          border-radius: 50%;
          box-shadow: none; 
          border: none;
          display: flex; align-items: center; justify-content: center;
          cursor: pointer;
          z-index: 55;
          transition: transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1), background-color 0.3s;
          color: #90A4AE;
        }
      
        .enter-edit-fab:active { transform: scale(0.92); color: #546E7A; }
        .enter-edit-fab svg { width: 26px; height: 26px; stroke-width: 0.3; }